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

OrganizationEventDetailsErrorItem

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

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

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

§Properties

§
awsAccountId?: string | null
[src]

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

§
errorMessage?: string | null
[src]

A message that describes the error.

If you call the DescribeEventDetailsForOrganization operation and receive one of the following errors, follow the recommendations in the message:

  • We couldn't find a public event that matches your request. To find an event that is account specific, you must enter an Amazon Web Services account ID in the request.
  • We couldn't find an account specific event for the specified Amazon Web Services account. To find an event that is public, you must enter a null value for the Amazon Web Services account ID in the request.
  • Your Amazon Web Services account doesn't include the Amazon Web Services Support plan required to use the Health API. You must have either a Business, Enterprise On-Ramp, or Enterprise Support plan.
§
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