@Generated(value="software.amazon.awssdk:codegen") public final class CloudHsmClusterInUseException extends KmsException implements ToCopyableBuilder<CloudHsmClusterInUseException.Builder,CloudHsmClusterInUseException>
The request was rejected because the specified CloudHSM cluster is already associated with an CloudHSM key store in the account, or it shares a backup history with an CloudHSM key store in the account. Each CloudHSM key store in the account must be associated with a different CloudHSM cluster.
CloudHSM clusters that share a backup history have the same cluster certificate. To view the cluster certificate of an CloudHSM cluster, use the DescribeClusters operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudHsmClusterInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudHsmClusterInUseException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudHsmClusterInUseException.Builder> |
serializableBuilderClass() |
CloudHsmClusterInUseException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic CloudHsmClusterInUseException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudHsmClusterInUseException.Builder,CloudHsmClusterInUseException>toBuilder in class KmsExceptionpublic static CloudHsmClusterInUseException.Builder builder()
public static Class<? extends CloudHsmClusterInUseException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.