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
322 323 324 325 326 |
# File 'lib/aws-sdk-apigateway/types.rb', line 322 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |