class Aws::Health::Types::OrganizationEventDetails

Detailed information about an event. A combination of an [Event] object, an [EventDescription] object, and additional metadata about the event. Returned by the [DescribeEventDetailsForOrganization] operation.

[1]: docs.aws.amazon.com/health/latest/APIReference/API_Event.html [2]: docs.aws.amazon.com/health/latest/APIReference/API_EventDescription.html [3]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetailsForOrganization.html

@!attribute [rw] aws_account_id

The 12-digit AWS account numbers that contains the affected
entities.
@return [String]

@!attribute [rw] event

Summary information about an AWS Health event.

AWS Health events can be public or account-specific:

* *Public events* might be service events that are not specific to
  an AWS account. For example, if there is an issue with an AWS
  Region, AWS Health provides information about the event, even if
  you don't use services or resources in that Region.

* *Account-specific* events are specific to either your AWS account
  or an account in your organization. For example, if there's an
  issue with Amazon Elastic Compute Cloud in a Region that you use,
  AWS Health provides information about the event and the affected
  resources in the account.

You can determine if an event is public or account-specific by using
the `eventScopeCode` parameter. For more information, see
[eventScopeCode][1].

[1]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html#AWSHealth-Type-Event-eventScopeCode
@return [Types::Event]

@!attribute [rw] event_description

The detailed description of the event. Included in the information
returned by the [DescribeEventDetails][1] operation.

[1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html
@return [Types::EventDescription]

@!attribute [rw] event_metadata

Additional metadata about the event.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/OrganizationEventDetails AWS API Documentation

Constants

SENSITIVE