@Generated(value="software.amazon.awssdk:codegen") public final class QueueNameExistsException extends SqsException implements ToCopyableBuilder<QueueNameExistsException.Builder,QueueNameExistsException>
A queue with this name already exists. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.
Modifier and Type | Class and Description |
---|---|
static interface |
QueueNameExistsException.Builder |
Modifier and Type | Method and Description |
---|---|
static QueueNameExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueNameExistsException.Builder> |
serializableBuilderClass() |
QueueNameExistsException.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 QueueNameExistsException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<QueueNameExistsException.Builder,QueueNameExistsException>
toBuilder
in class SqsException
public static QueueNameExistsException.Builder builder()
public static Class<? extends QueueNameExistsException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.