Class CloudHsmClusterInUseException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CloudHsmClusterInUseException.Builder,CloudHsmClusterInUseException>

@Generated("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.

See Also: