Class: Aws::APIGateway::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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

#messageString

Returns:

  • (String)


322
323
324
325
326
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 322

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