Class: Aws::ChimeSDKIdentity::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::BadRequestException
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
The input parameters don't match the service's restrictions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
316 317 318 319 320 321 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 316 class BadRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
316 317 318 319 320 321 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 316 class BadRequestException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |