@Generated(value="software.amazon.awssdk:codegen") public final class ConflictingOperationException extends IoTSiteWiseException implements ToCopyableBuilder<ConflictingOperationException.Builder,ConflictingOperationException>
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 |
ConflictingOperationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConflictingOperationException.Builder |
builder() |
String |
resourceArn()
The ARN of the resource that conflicts with this operation.
|
String |
resourceId()
The ID of the resource that conflicts with this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConflictingOperationException.Builder> |
serializableBuilderClass() |
ConflictingOperationException.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 ConflictingOperationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConflictingOperationException.Builder,ConflictingOperationException>toBuilder in class IoTSiteWiseExceptionpublic static ConflictingOperationException.Builder builder()
public static Class<? extends ConflictingOperationException.Builder> serializableBuilderClass()
public String resourceId()
The ID of the resource that conflicts with this operation.
public String resourceArn()
The ARN of the resource that conflicts with this operation.
Copyright © 2023. All rights reserved.