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

BatchDeleteImportDataError

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

Error messages returned for each import task that you deleted as a response for this command.

interface BatchDeleteImportDataError {
errorCode?: BatchDeleteImportDataErrorCode | null;
errorDescription?: string | null;
importTaskId?: string | null;
}

§Properties

§

The type of error that occurred for a specific import task.

§
errorDescription?: string | null
[src]

The description of the error that occurred for a specific import task.

§
importTaskId?: string | null
[src]

The unique import ID associated with the error that occurred.