Class: Aws::Kendra::Types::FeaturedDocumentMissing
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FeaturedDocumentMissing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
A document ID doesn’t exist but you have specified as a featured document. Amazon Kendra cannot feature the document if it doesn’t exist in the index. You can check the status of a document and its ID or check for documents with status errors using the
- BatchGetDocumentStatus][1
-
API.
[1]: docs.aws.amazon.com/kendra/latest/dg/API_BatchGetDocumentStatus.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the document that doesn’t exist but you have specified as a featured document.
Instance Attribute Details
#id ⇒ String
The identifier of the document that doesn’t exist but you have specified as a featured document.
5326 5327 5328 5329 5330 |
# File 'lib/aws-sdk-kendra/types.rb', line 5326 class FeaturedDocumentMissing < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |