Class: Aws::ChimeSDKMeetings::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/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
216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 216 class BadRequestException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 216 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.
216 217 218 219 220 221 222 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 216 class BadRequestException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |