Class: Aws::ChimeSDKMessaging::Types::UnauthorizedClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UnauthorizedClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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
3203 3204 3205 3206 3207 3208 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3203 class UnauthorizedClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3203 3204 3205 3206 3207 3208 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3203 class UnauthorizedClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |