Class: Aws::ChimeSDKMediaPipelines::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/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
1260 1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1260 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1260 1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1260 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.
1260 1261 1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1260 class ForbiddenException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |