Class: Aws::Kendra::Types::FeaturedDocumentMissing

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The identifier of the document that doesn't exist but you have specified as a featured document.

Returns:

  • (String)


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