@Generated(value="software.amazon.awssdk:codegen") public final class KeySigningKeyInUseException extends Route53Exception implements ToCopyableBuilder<KeySigningKeyInUseException.Builder,KeySigningKeyInUseException>
The key-signing key (KSK) that you specified can't be deactivated because it's the only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeySigningKeyInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeySigningKeyInUseException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeySigningKeyInUseException.Builder> |
serializableBuilderClass() |
KeySigningKeyInUseException.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 KeySigningKeyInUseException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeySigningKeyInUseException.Builder,KeySigningKeyInUseException>toBuilder in class Route53Exceptionpublic static KeySigningKeyInUseException.Builder builder()
public static Class<? extends KeySigningKeyInUseException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.