Class: Aws::ChimeSDKIdentity::Types::UnauthorizedClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UnauthorizedClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
The client is not currently authorized to make the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1575 1576 1577 1578 1579 1580 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1575 class UnauthorizedClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1575 1576 1577 1578 1579 1580 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1575 class UnauthorizedClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |