@Generated(value="software.amazon.awssdk:codegen") public final class EntityTemporarilyUnmodifiableException extends IamException implements ToCopyableBuilder<EntityTemporarilyUnmodifiableException.Builder,EntityTemporarilyUnmodifiableException>
The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityTemporarilyUnmodifiableException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityTemporarilyUnmodifiableException.Builder |
builder() |
static Class<? extends EntityTemporarilyUnmodifiableException.Builder> |
serializableBuilderClass() |
EntityTemporarilyUnmodifiableException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic EntityTemporarilyUnmodifiableException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<EntityTemporarilyUnmodifiableException.Builder,EntityTemporarilyUnmodifiableException>toBuilder in class IamExceptionpublic static EntityTemporarilyUnmodifiableException.Builder builder()
public static Class<? extends EntityTemporarilyUnmodifiableException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.