Class: Aws::ApiGatewayV2::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

The 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

#messageString

Describes the error encountered.

Returns:

  • (String)


364
365
366
367
368
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 364

class BadRequestException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end