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

BatchDeleteDocumentResponseFailedDocument

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

Provides information about documents that could not be removed from an index by the BatchDeleteDocument operation.

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

§Properties

§
ErrorCode?: ErrorCode | null
[src]

The error code for why the document couldn't be removed from the index.

§
ErrorMessage?: string | null
[src]

An explanation for why the document couldn't be removed from the index.

§
Id?: string | null
[src]

The identifier of the document that couldn't be removed from the index.