Class: Aws::LexModelBuildingService::Types::BadRequestException

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

Overview

The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


35
36
37
38
39
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 35

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