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
- #resource_share_errors ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
123 124 125 |
# File 'lib/aws-sdk-mq/errors.rb', line 123 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
128 129 130 |
# File 'lib/aws-sdk-mq/errors.rb', line 128 def error_attribute @data[:error_attribute] end |
#message ⇒ String
133 134 135 |
# File 'lib/aws-sdk-mq/errors.rb', line 133 def @message || @data[:message] end |
#resource_share_errors ⇒ String
138 139 140 |
# File 'lib/aws-sdk-mq/errors.rb', line 138 def resource_share_errors @data[:resource_share_errors] end |