@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() |
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 CustomKeyStoreNameInUseException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CustomKeyStoreNameInUseException.Builder,CustomKeyStoreNameInUseException>
toBuilder
in class KmsException
public static CustomKeyStoreNameInUseException.Builder builder()
public static Class<? extends CustomKeyStoreNameInUseException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.