Class: Aws::MQ::Types::Error
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::Error
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_attribute ⇒ String
The attribute which caused the error.
-
#message ⇒ String
The explanation of the error.
-
#resource_share_errors ⇒ Array<Types::ResourceShareError>
The list of resource share errors.
Instance Attribute Details
#error_attribute ⇒ String
The attribute which caused the error.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-mq/types.rb', line 1943 class Error < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The explanation of the error.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-mq/types.rb', line 1943 class Error < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#resource_share_errors ⇒ Array<Types::ResourceShareError>
The list of resource share errors.
1943 1944 1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-mq/types.rb', line 1943 class Error < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |