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
1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mq/types.rb', line 1911 class InternalServerErrorException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1911 1912 1913 1914 1915 1916 |
# File 'lib/aws-sdk-mq/types.rb', line 1911 class InternalServerErrorException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |