Class: Aws::MQ::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MQ::Errors::InternalServerErrorException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-mq/errors.rb', line 128
def error_attribute: () -> ::String
|
#message ⇒ String
133 |
# File 'lib/aws-sdk-mq/errors.rb', line 133
def message: () -> ::String
|
#resource_share_errors ⇒ String
138 |
# File 'lib/aws-sdk-mq/errors.rb', line 138
def resource_share_errors: () -> ::String
|