Class: Aws::ChimeSDKMessaging::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The client is permanently forbidden from making the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1732 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1732 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |