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

BatchDeleteDetectorErrorEntry

import type { BatchDeleteDetectorErrorEntry } from "https://aws-api.deno.dev/v0.4/services/ioteventsdata.ts?docs=full";

Contains error messages associated with the deletion request.

interface BatchDeleteDetectorErrorEntry {
errorCode?: ErrorCode | null;
errorMessage?: string | null;
messageId?: string | null;
}

§Properties

§
errorCode?: ErrorCode | null
[src]

The error code.

§
errorMessage?: string | null
[src]

A message that describes the error.

§
messageId?: string | null
[src]

The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)