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

BatchAlarmActionErrorEntry

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

Contains error messages associated with one of the following requests:

interface BatchAlarmActionErrorEntry {
errorCode?: ErrorCode | null;
errorMessage?: string | null;
requestId?: string | null;
}

§Properties

§
errorCode?: ErrorCode | null
[src]

The error code.

§
errorMessage?: string | null
[src]

A message that describes the error.

§
requestId?: string | null
[src]

The request ID. Each ID must be unique within each batch.