Class: Aws::ChimeSDKMeetings::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The user isn’t authorized to request a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request id associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
1627 1628 1629 1630 1631 1632 1633 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1627 class UnauthorizedException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1627 1628 1629 1630 1631 1632 1633 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1627 class UnauthorizedException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request id associated with the call responsible for the exception.
1627 1628 1629 1630 1631 1632 1633 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1627 class UnauthorizedException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |