@Generated(value="software.amazon.awssdk:codegen") public final class DbInstanceAlreadyExistsException extends RdsException implements ToCopyableBuilder<DbInstanceAlreadyExistsException.Builder,DbInstanceAlreadyExistsException>
The user already has a DB instance with the given identifier.
Modifier and Type | Class and Description |
---|---|
static interface |
DbInstanceAlreadyExistsException.Builder |
Modifier and Type | Method and Description |
---|---|
static DbInstanceAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DbInstanceAlreadyExistsException.Builder> |
serializableBuilderClass() |
DbInstanceAlreadyExistsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public DbInstanceAlreadyExistsException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DbInstanceAlreadyExistsException.Builder,DbInstanceAlreadyExistsException>
toBuilder
in class RdsException
public static DbInstanceAlreadyExistsException.Builder builder()
public static Class<? extends DbInstanceAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.