Class: Aws::MQ::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_attribute ⇒ String
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-mq/types.rb', line 1909 class InternalServerErrorException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-mq/types.rb', line 1909 class InternalServerErrorException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |