@Generated(value="software.amazon.awssdk:codegen") public final class PurgeQueueInProgressException extends SqsException implements ToCopyableBuilder<PurgeQueueInProgressException.Builder,PurgeQueueInProgressException>
Indicates that the specified queue previously received a PurgeQueue
request within the last 60 seconds
(the time it can take to delete the messages in the queue).
Modifier and Type | Class and Description |
---|---|
static interface |
PurgeQueueInProgressException.Builder |
Modifier and Type | Method and Description |
---|---|
static PurgeQueueInProgressException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PurgeQueueInProgressException.Builder> |
serializableBuilderClass() |
PurgeQueueInProgressException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public PurgeQueueInProgressException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PurgeQueueInProgressException.Builder,PurgeQueueInProgressException>
toBuilder
in class SqsException
public static PurgeQueueInProgressException.Builder builder()
public static Class<? extends PurgeQueueInProgressException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.