

# OrganizationEventDetails
<a name="API_OrganizationEventDetails"></a>

Detailed information about an event. A combination of an [Event](https://docs.amazonaws.cn/health/latest/APIReference/API_Event.html) object, an [EventDescription](https://docs.amazonaws.cn/health/latest/APIReference/API_EventDescription.html) object, and additional metadata about the event. Returned by the [DescribeEventDetailsForOrganization](https://docs.amazonaws.cn/health/latest/APIReference/API_DescribeEventDetailsForOrganization.html) operation.

## Contents
<a name="API_OrganizationEventDetails_Contents"></a>

 ** awsAccountId **   <a name="AWSHealth-Type-OrganizationEventDetails-awsAccountId"></a>
The 12-digit Amazon Web Services account numbers that contains the affected entities.  
Type: String  
Length Constraints: Maximum length of 12.  
Pattern: `^\S+$`   
Required: No

 ** event **   <a name="AWSHealth-Type-OrganizationEventDetails-event"></a>
Summary information about an Amazon Health event.  
 Amazon Health events can be public or account-specific:  
+  *Public events* might be service events that are not specific to an Amazon Web Services account. For example, if there is an issue with an Amazon Web Services Region, Amazon 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 Amazon Web Services 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, Amazon 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](https://docs.amazonaws.cn/health/latest/APIReference/API_Event.html#AWSHealth-Type-Event-eventScopeCode).  
Type: [Event](API_Event.md) object  
Required: No

 ** eventDescription **   <a name="AWSHealth-Type-OrganizationEventDetails-eventDescription"></a>
The detailed description of the event. Included in the information returned by the [DescribeEventDetails](https://docs.amazonaws.cn/health/latest/APIReference/API_DescribeEventDetails.html) operation.  
Type: [EventDescription](API_EventDescription.md) object  
Required: No

 ** eventMetadata **   <a name="AWSHealth-Type-OrganizationEventDetails-eventMetadata"></a>
Additional metadata about the event.  
Type: String to string map  
Key Length Constraints: Maximum length of 32766.  
Value Length Constraints: Maximum length of 32766.  
Required: No

## See Also
<a name="API_OrganizationEventDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/health-2016-08-04/OrganizationEventDetails) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/health-2016-08-04/OrganizationEventDetails) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/health-2016-08-04/OrganizationEventDetails) 