Class: Aws::RoboMaker::Errors::ResourceAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RoboMaker::Errors::ResourceAlreadyExistsException
- Defined in:
- lib/aws-sdk-robomaker/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
constructor
A new instance of ResourceAlreadyExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceAlreadyExistsException
Returns a new instance of ResourceAlreadyExistsException.
126 127 128 |
# File 'lib/aws-sdk-robomaker/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
131 132 133 |
# File 'lib/aws-sdk-robomaker/errors.rb', line 131 def @message || @data[:message] end |