@Generated(value="software.amazon.awssdk:codegen") public final class DbClusterAlreadyExistsException extends RdsException implements ToCopyableBuilder<DbClusterAlreadyExistsException.Builder,DbClusterAlreadyExistsException>
User already has a DB cluster with the given identifier.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DbClusterAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DbClusterAlreadyExistsException.Builder |
builder() |
static Class<? extends DbClusterAlreadyExistsException.Builder> |
serializableBuilderClass() |
DbClusterAlreadyExistsException.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 DbClusterAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<DbClusterAlreadyExistsException.Builder,DbClusterAlreadyExistsException>toBuilder in class RdsExceptionpublic static DbClusterAlreadyExistsException.Builder builder()
public static Class<? extends DbClusterAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.