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

ResultErrorEntry

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

Includes the error code and error message for events that could not be ingested by CloudTrail.

interface ResultErrorEntry {
errorCode: string;
errorMessage: string;
id: string;
}

§Properties

§
errorCode: string
[src]

The error code for events that could not be ingested by CloudTrail. Possible error codes include: FieldTooLong, FieldNotFound, InvalidChecksum, InvalidData, InvalidRecipient, InvalidEventSource, AccountNotSubscribed, Throttling, and InternalFailure.

§
errorMessage: string
[src]

The message that describes the error for events that could not be ingested by CloudTrail.

§
id: string
[src]

The original event ID from the source event that could not be ingested by CloudTrail.