@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public CustomKeyStoreNameInUseException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<CustomKeyStoreNameInUseException.Builder,CustomKeyStoreNameInUseException>
toBuilder
in class KmsException
public static CustomKeyStoreNameInUseException.Builder builder()
public static Class<? extends CustomKeyStoreNameInUseException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.