Class: Aws::IoT1ClickProjects::Errors::ResourceConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT1ClickProjects::Errors::ResourceConflictException
- Defined in:
- lib/aws-sdk-iot1clickprojects/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.
87 88 89 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 87 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
92 93 94 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 92 def code @code || @data[:code] end |
#message ⇒ String
97 98 99 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 97 def @message || @data[:message] end |