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

PutPartnerEventsResultEntry

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

Represents an event that a partner tried to generate, but failed.

interface PutPartnerEventsResultEntry {
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.