Class: Aws::IoT::Errors::ResourceAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT::Errors::ResourceAlreadyExistsException
- Defined in:
- lib/aws-sdk-iot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
constructor
A new instance of ResourceAlreadyExistsException.
- #message ⇒ String
- #resource_arn ⇒ String
- #resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
Returns a new instance of ResourceAlreadyExistsException.
358 359 360 |
# File 'lib/aws-sdk-iot/errors.rb', line 358 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
363 364 365 |
# File 'lib/aws-sdk-iot/errors.rb', line 363 def @message || @data[:message] end |
#resource_arn ⇒ String
373 374 375 |
# File 'lib/aws-sdk-iot/errors.rb', line 373 def resource_arn @data[:resource_arn] end |
#resource_id ⇒ String
368 369 370 |
# File 'lib/aws-sdk-iot/errors.rb', line 368 def resource_id @data[:resource_id] end |