Class: Aws::MQ::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::UnauthorizedException
- 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
- #message ⇒ String
- #resource_share_errors ⇒ Array<Types::ResourceShareError>
Instance Attribute Details
#error_attribute ⇒ String
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-mq/types.rb', line 2801 class UnauthorizedException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-mq/types.rb', line 2801 class UnauthorizedException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |
#resource_share_errors ⇒ Array<Types::ResourceShareError>
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-mq/types.rb', line 2801 class UnauthorizedException < Struct.new( :error_attribute, :message, :resource_share_errors) SENSITIVE = [] include Aws::Structure end |