Class: Aws::IoT1ClickProjects::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT1ClickProjects::Errors::InvalidRequestException
- Defined in:
- lib/aws-sdk-iot1clickprojects/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
constructor
A new instance of InvalidRequestException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
Returns a new instance of InvalidRequestException.
67 68 69 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 67 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
72 73 74 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 72 def code @code || @data[:code] end |
#message ⇒ String
77 78 79 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 77 def @message || @data[:message] end |