Class: Aws::OAM::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::OAM::Errors::ConflictException
- Defined in:
- lib/aws-sdk-oam/errors.rb
Instance Method Summary collapse
- #amzn_error_type ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
50 51 52 |
# File 'lib/aws-sdk-oam/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#amzn_error_type ⇒ String
60 61 62 |
# File 'lib/aws-sdk-oam/errors.rb', line 60 def amzn_error_type @data[:amzn_error_type] end |
#message ⇒ String
55 56 57 |
# File 'lib/aws-sdk-oam/errors.rb', line 55 def @message || @data[:message] end |