Class: Aws::ChimeSDKMeetings::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The client is permanently forbidden from making the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request id associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
1068 1069 1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1068 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1068 1069 1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1068 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request id associated with the call responsible for the exception.
1068 1069 1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1068 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |