| Package | Description |
|---|---|
| com.amazonaws.services.health.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationEventDetailsErrorItem |
OrganizationEventDetailsErrorItem.clone() |
OrganizationEventDetailsErrorItem |
OrganizationEventDetailsErrorItem.withAwsAccountId(String awsAccountId)
Error information returned when a DescribeEventDetailsForOrganization operation cannot find a specified
event.
|
OrganizationEventDetailsErrorItem |
OrganizationEventDetailsErrorItem.withErrorMessage(String errorMessage)
A message that describes the error.
|
OrganizationEventDetailsErrorItem |
OrganizationEventDetailsErrorItem.withErrorName(String errorName)
The name of the error.
|
OrganizationEventDetailsErrorItem |
OrganizationEventDetailsErrorItem.withEventArn(String eventArn)
The unique identifier for the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationEventDetailsErrorItem> |
DescribeEventDetailsForOrganizationResult.getFailedSet()
Error messages for any events that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventDetailsForOrganizationResult |
DescribeEventDetailsForOrganizationResult.withFailedSet(OrganizationEventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventDetailsForOrganizationResult.setFailedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsForOrganizationResult |
DescribeEventDetailsForOrganizationResult.withFailedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
Copyright © 2019. All rights reserved.