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

BatchGetDocumentStatusResponseError

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

Provides a response when the status of a document could not be retrieved.

interface BatchGetDocumentStatusResponseError {
DocumentId?: string | null;
ErrorCode?: ErrorCode | null;
ErrorMessage?: string | null;
}

§Properties

§
DocumentId?: string | null
[src]

The unique identifier of the document whose status could not be retrieved.

§
ErrorCode?: ErrorCode | null
[src]

Indicates the source of the error.

§
ErrorMessage?: string | null
[src]

States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.