@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationAffectedEntitiesErrorItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationAffectedEntitiesErrorItem.Builder,OrganizationAffectedEntitiesErrorItem>
Error information returned when a DescribeAffectedEntitiesForOrganization operation can't find or process a specific entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationAffectedEntitiesErrorItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
static OrganizationAffectedEntitiesErrorItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
A message that describes the error.
|
String |
errorName()
The name of the error.
|
String |
eventArn()
The unique identifier for the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrganizationAffectedEntitiesErrorItem.Builder> |
serializableBuilderClass() |
OrganizationAffectedEntitiesErrorItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The 12-digit Amazon Web Services account numbers that contains the affected entities.
public final String eventArn()
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
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
public final String errorName()
The name of the error.
public final String errorMessage()
A message that describes the error. Follow the error message and retry your request.
For example, the InvalidAccountInputError error message appears if you call the
DescribeAffectedEntitiesForOrganization operation and specify the AccountSpecific value
for the EventScopeCode parameter, but don't specify an Amazon Web Services account.
For example, the InvalidAccountInputError error message appears if you call the
DescribeAffectedEntitiesForOrganization operation and specify the
AccountSpecific value for the EventScopeCode parameter, but don't specify an
Amazon Web Services account.
public OrganizationAffectedEntitiesErrorItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationAffectedEntitiesErrorItem.Builder,OrganizationAffectedEntitiesErrorItem>public static OrganizationAffectedEntitiesErrorItem.Builder builder()
public static Class<? extends OrganizationAffectedEntitiesErrorItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.