Class: Aws::APIGateway::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
419 420 421 422 423 |
# File 'lib/aws-sdk-apigateway/types.rb', line 419 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |