Class: Aws::Kendra::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6614 6615 6616 6617 6618 |
# File 'lib/aws-sdk-kendra/types.rb', line 6614 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |