Class: Aws::CodeConnections::Errors::ResourceAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeConnections::Errors::ResourceAlreadyExistsException
- Defined in:
- lib/aws-sdk-codeconnections/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.
164 165 166 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 164 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
169 170 171 |
# File 'lib/aws-sdk-codeconnections/errors.rb', line 169 def @message || @data[:message] end |