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
1033 1034 1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1033 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1033 1034 1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1033 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.
1033 1034 1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1033 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |