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

BatchUpdateDetectorErrorEntry

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

Information about the error that occurred when attempting to update a detector.

interface BatchUpdateDetectorErrorEntry {
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 "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)