Class: Aws::IoT1ClickDevicesService::Errors::ResourceConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT1ClickDevicesService::Errors::ResourceConflictException
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceConflictException
constructor
A new instance of ResourceConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceConflictException
Returns a new instance of ResourceConflictException.
149 150 151 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 149 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
154 155 156 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 154 def code @code || @data[:code] end |
#message ⇒ String
159 160 161 |
# File 'lib/aws-sdk-iot1clickdevicesservice/errors.rb', line 159 def @message || @data[:message] end |