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
Instance Attribute Details
#error_attribute ⇒ String
2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-mq/types.rb', line 2566 class UnauthorizedException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2566 2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-mq/types.rb', line 2566 class UnauthorizedException < Struct.new( :error_attribute, :message) SENSITIVE = [] include Aws::Structure end |