Class: Aws::ApiGatewayV2::Types::BadRequestExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::BadRequestExceptionResponseContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
The response content for bad request exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message of the bad request exception response content.
Instance Attribute Details
#message ⇒ String
The message of the bad request exception response content.
427 428 429 430 431 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 427 class BadRequestExceptionResponseContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |