Class: Aws::Kendra::Types::ValidationException

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

Overview

The input fails to satisfy the constraints set by the Amazon Kendra service. Please provide the correct input and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11117
11118
11119
11120
11121
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11117

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