Class: Aws::MQ::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MQ::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
108 109 110 |
# File 'lib/aws-sdk-mq/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
113 114 115 |
# File 'lib/aws-sdk-mq/errors.rb', line 113 def error_attribute @data[:error_attribute] end |
#message ⇒ String
118 119 120 |
# File 'lib/aws-sdk-mq/errors.rb', line 118 def @message || @data[:message] end |