@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudHsmClusterInUseException extends AWSKMSException
The request was rejected because the specified AWS 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 AWS 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.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
CloudHsmClusterInUseException(String message)
Constructs a new CloudHsmClusterInUseException with the specified error message. 
 | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CloudHsmClusterInUseException(String message)
message - Describes the error encountered.Copyright © 2020. All rights reserved.