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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15930
15931
15932
15933
15934
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15930

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