Class: Aws::MQ::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MQ::Errors::ConflictException
- Defined in:
- lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
- #resource_share_errors ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
73 74 75 |
# File 'lib/aws-sdk-mq/errors.rb', line 73 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
78 79 80 |
# File 'lib/aws-sdk-mq/errors.rb', line 78 def error_attribute @data[:error_attribute] end |
#message ⇒ String
83 84 85 |
# File 'lib/aws-sdk-mq/errors.rb', line 83 def @message || @data[:message] end |
#resource_share_errors ⇒ String
88 89 90 |
# File 'lib/aws-sdk-mq/errors.rb', line 88 def resource_share_errors @data[:resource_share_errors] end |