@Generated(value="software.amazon.awssdk:codegen") public final class QueueDeletedRecentlyException extends SqsException implements ToCopyableBuilder<QueueDeletedRecentlyException.Builder,QueueDeletedRecentlyException>
You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueueDeletedRecentlyException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueueDeletedRecentlyException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueDeletedRecentlyException.Builder> |
serializableBuilderClass() |
QueueDeletedRecentlyException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic QueueDeletedRecentlyException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<QueueDeletedRecentlyException.Builder,QueueDeletedRecentlyException>toBuilder in class SqsExceptionpublic static QueueDeletedRecentlyException.Builder builder()
public static Class<? extends QueueDeletedRecentlyException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.