Class: Aws::Chime::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-chime/types.rb', line 3827 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-chime/types.rb', line 3827 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |