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.
365 366 367 |
# File 'lib/aws-sdk-iot/errors.rb', line 365 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
370 371 372 |
# File 'lib/aws-sdk-iot/errors.rb', line 370 def @message || @data[:message] end |
#resource_arn ⇒ String
380 381 382 |
# File 'lib/aws-sdk-iot/errors.rb', line 380 def resource_arn @data[:resource_arn] end |
#resource_id ⇒ String
375 376 377 |
# File 'lib/aws-sdk-iot/errors.rb', line 375 def resource_id @data[:resource_id] end |