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

PutEventsResultEntry

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

Represents an event that failed to be submitted.

interface PutEventsResultEntry {
ErrorCode?: string | null;
ErrorMessage?: string | null;
EventId?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code that indicates why the event submission failed.

§
ErrorMessage?: string | null
[src]

The error message that explains why the event submission failed.

§
EventId?: string | null
[src]

The ID of the event.