@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 a custom key store or it shares a backup history with a cluster that is associated with a custom key store. Each custom key store must be associated with a different CloudHSM cluster.
Clusters that share a backup history have the same cluster certificate. To view the cluster certificate of a 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 © 2022. All rights reserved.