Class: Aws::Kendra::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
11117 11118 11119 11120 11121 |
# File 'lib/aws-sdk-kendra/types.rb', line 11117 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |