@Generated(value="software.amazon.awssdk:codegen") public final class ConflictException extends GreengrassV2Exception implements ToCopyableBuilder<ConflictException.Builder,ConflictException>
Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictException.Builder |
builder() |
String |
resourceId()
The ID of the resource that conflicts with the request.
|
String |
resourceType()
The type of the resource that conflicts 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 GreengrassV2Exceptionpublic static ConflictException.Builder builder()
public static Class<? extends ConflictException.Builder> serializableBuilderClass()
public String resourceId()
The ID of the resource that conflicts with the request.
public String resourceType()
The type of the resource that conflicts with the request.
Copyright © 2023. All rights reserved.