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
6647 6648 6649 6650 6651 |
# File 'lib/aws-sdk-kendra/types.rb', line 6647 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |