@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends IdentitystoreException implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
This request cannot be completed for one of the following reasons:
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
The requested resource was being concurrently modified by another request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictException.Builder |
builder() |
ConflictExceptionReason |
reason()
This request cannot be completed for one of the following reasons:
|
String |
reasonAsString()
This request cannot be completed for one of the following reasons:
|
String |
requestIdValue()
The identifier for each request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictException.Builder> |
serializableBuilderClass() |
ConflictException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictException.Builder,ConflictException>toBuilder in class IdentitystoreExceptionpublic static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
public String requestIdValue()
The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
public ConflictExceptionReason reason()
This request cannot be completed for one of the following reasons:
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
The requested resource was being concurrently modified by another request.
If the service returns an enum value that is not available in the current SDK version, reason will
return ConflictExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reasonAsString().
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
The requested resource was being concurrently modified by another request.
ConflictExceptionReasonpublic String reasonAsString()
This request cannot be completed for one of the following reasons:
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
The requested resource was being concurrently modified by another request.
If the service returns an enum value that is not available in the current SDK version, reason will
return ConflictExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reasonAsString().
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
The requested resource was being concurrently modified by another request.
ConflictExceptionReasonCopyright © 2023. All rights reserved.