Class: Aws::Kendra::Types::InvalidRequestException

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

Overview

The input to the request is not valid. Please provide the correct input and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6614
6615
6616
6617
6618
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6614

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