Class: Aws::KendraRanking::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::ValidationException
- Defined in:
- gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb
Overview
The input fails to satisfy the constraints set by the Amazon Kendra Intelligent Ranking service. Please provide the correct input and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
657 658 659 660 661 |
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 657 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |