@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends CodeGuruSecurityException implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictException.Builder |
builder() |
String |
errorCode()
The identifier for the error.
|
String |
resourceId()
The identifier for the service resource associated with the request.
|
String |
resourceType()
The type of resource associated with the 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 CodeGuruSecurityExceptionpublic static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
public String errorCode()
The identifier for the error.
public String resourceId()
The identifier for the service resource associated with the request.
public String resourceType()
The type of resource associated with the request.
Copyright © 2023. All rights reserved.