Class: Aws::ChimeSDKMediaPipelines::Types::UnauthorizedClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::UnauthorizedClientException
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The client is not currently authorized to make 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
3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3289 class UnauthorizedClientException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3289 class UnauthorizedClientException < 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.
3289 3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3289 class UnauthorizedClientException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |