@Generated(value="software.amazon.awssdk:codegen") public final class CustomKeyStoreNameInUseException extends KmsException implements ToCopyableBuilder<CustomKeyStoreNameInUseException.Builder,CustomKeyStoreNameInUseException>
The request was rejected because the specified custom key store name is already assigned to another custom key store in the account. Try again with a custom key store name that is unique in the account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomKeyStoreNameInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomKeyStoreNameInUseException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomKeyStoreNameInUseException.Builder> |
serializableBuilderClass() |
CustomKeyStoreNameInUseException.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 CustomKeyStoreNameInUseException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<CustomKeyStoreNameInUseException.Builder,CustomKeyStoreNameInUseException>toBuilder in class KmsExceptionpublic static CustomKeyStoreNameInUseException.Builder builder()
public static Class<? extends CustomKeyStoreNameInUseException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.