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

EventDetailsErrorItem

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

Error information returned when a DescribeEventDetails operation can't find a specified event.

interface EventDetailsErrorItem {
errorMessage?: string | null;
errorName?: string | null;
eventArn?: string | null;
}

§Properties

§
errorMessage?: string | null
[src]

A message that describes the error.

§
errorName?: string | null
[src]

The name of the error.

§
eventArn?: string | null
[src]

The unique identifier for the event. The event ARN has the arn:aws:health:_event-region_::event/_SERVICE_/_EVENT_TYPE_CODE_/_EVENT_TYPE_PLUS_ID_ format.

For example, an event ARN might look like the following:

arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456