Class: Aws::ChimeSDKMediaPipelines::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The input parameters don’t match the service’s restrictions.
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
563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 563 class BadRequestException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 563 class BadRequestException < 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.
563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 563 class BadRequestException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |