public static interface OrganizationEventDetailsErrorItem.Builder extends SdkPojo, CopyableBuilder<OrganizationEventDetailsErrorItem.Builder,OrganizationEventDetailsErrorItem>
| Modifier and Type | Method and Description |
|---|---|
OrganizationEventDetailsErrorItem.Builder |
awsAccountId(String awsAccountId)
Error information returned when a DescribeEventDetailsForOrganization operation cannot find a specified event.
|
OrganizationEventDetailsErrorItem.Builder |
errorMessage(String errorMessage)
A message that describes the error.
|
OrganizationEventDetailsErrorItem.Builder |
errorName(String errorName)
The name of the error.
|
OrganizationEventDetailsErrorItem.Builder |
eventArn(String eventArn)
The unique identifier for the event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationEventDetailsErrorItem.Builder awsAccountId(String awsAccountId)
Error information returned when a DescribeEventDetailsForOrganization operation cannot find a specified event.
awsAccountId - Error information returned when a DescribeEventDetailsForOrganization operation cannot find a specified event.OrganizationEventDetailsErrorItem.Builder eventArn(String eventArn)
The unique identifier for the event. Format:
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
. Example:
Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
eventArn - The unique identifier for the event. Format:
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
. Example:
Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456OrganizationEventDetailsErrorItem.Builder errorName(String errorName)
The name of the error.
errorName - The name of the error.OrganizationEventDetailsErrorItem.Builder errorMessage(String errorMessage)
A message that describes the error.
errorMessage - A message that describes the error.Copyright © 2021. All rights reserved.