Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchPutDocumentResponseFailedDocument

import type { BatchPutDocumentResponseFailedDocument } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides information about a document that could not be indexed.

interface BatchPutDocumentResponseFailedDocument {
ErrorCode?: ErrorCode | null;
ErrorMessage?: string | null;
Id?: string | null;
}

§Properties

§
ErrorCode?: ErrorCode | null
[src]

The type of error that caused the document to fail to be indexed.

§
ErrorMessage?: string | null
[src]

A description of the reason why the document could not be indexed.

§
Id?: string | null
[src]

The unique identifier of the document.