Class: Aws::Kendra::Types::FeaturedDocumentMissing
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FeaturedDocumentMissing
- Defined in:
- gems/aws-sdk-kendra/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 API.
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 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5326 class FeaturedDocumentMissing < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |