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

OrganizationAffectedEntitiesErrorItem

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

Error information returned when a DescribeAffectedEntitiesForOrganization operation can't find or process a specific entity.

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

§Properties

§
awsAccountId?: string | null
[src]

The 12-digit Amazon Web Services account numbers that contains the affected entities.

§
errorMessage?: string | null
[src]

The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION. For example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

§
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