Class: Aws::LexModelsV2::Types::ValidationException

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

Overview

One of the input parameters in your request isn't valid. Check the parameters and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15859
15860
15861
15862
15863
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15859

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