Class: Aws::Kendra::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ValidationException
- 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
#message ⇒ String
11220 11221 11222 11223 11224 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11220 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |