@Generated(value="software.amazon.awssdk:codegen") public final class CloudHsmClusterNotRelatedException extends KmsException implements ToCopyableBuilder<CloudHsmClusterNotRelatedException.Builder,CloudHsmClusterNotRelatedException>
The request was rejected because the specified CloudHSM cluster has a different cluster certificate than the original cluster. You cannot use the operation to specify an unrelated cluster for an CloudHSM key store.
Specify an CloudHSM cluster that shares a backup history with the original cluster. This includes clusters that were created from a backup of the current cluster, and clusters that were created from the same backup that produced the current 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 |
CloudHsmClusterNotRelatedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudHsmClusterNotRelatedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudHsmClusterNotRelatedException.Builder> |
serializableBuilderClass() |
CloudHsmClusterNotRelatedException.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 CloudHsmClusterNotRelatedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudHsmClusterNotRelatedException.Builder,CloudHsmClusterNotRelatedException>toBuilder in class KmsExceptionpublic static CloudHsmClusterNotRelatedException.Builder builder()
public static Class<? extends CloudHsmClusterNotRelatedException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.