Class: Aws::IoT1ClickDevicesService::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT1ClickDevicesService::Errors::InvalidRequestException
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/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.
89 90 91 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 89 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
94 95 96 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 94 def code @code || @data[:code] end |
#message ⇒ String
99 100 101 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 99 def @message || @data[:message] end |