@Generated(value="software.amazon.awssdk:codegen") public final class DuplicateRequestException extends ServiceDiscoveryException implements ToCopyableBuilder<DuplicateRequestException.Builder,DuplicateRequestException>
The operation is already in progress.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DuplicateRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DuplicateRequestException.Builder |
builder() |
String |
duplicateOperationId()
The ID of the operation that's already in progress.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DuplicateRequestException.Builder> |
serializableBuilderClass() |
DuplicateRequestException.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 DuplicateRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DuplicateRequestException.Builder,DuplicateRequestException>toBuilder in class ServiceDiscoveryExceptionpublic static DuplicateRequestException.Builder builder()
public static Class<? extends DuplicateRequestException.Builder> serializableBuilderClass()
public String duplicateOperationId()
The ID of the operation that's already in progress.
Copyright © 2023. All rights reserved.