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
3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3216 class < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3216 class < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |