@Generated(value="software.amazon.awssdk:codegen") public final class XksKeyNotFoundException extends KmsException implements ToCopyableBuilder<XksKeyNotFoundException.Builder,XksKeyNotFoundException>
The request was rejected because the external key store proxy could not find the external key. This exception is
thrown when the value of the XksKeyId parameter doesn't identify a key in the external key manager
associated with the external key proxy.
Verify that the XksKeyId represents an existing key in the external key manager. Use the key identifier
that the external key store proxy uses to identify the key. For details, see the documentation provided with your
external key store proxy or key manager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
XksKeyNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static XksKeyNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends XksKeyNotFoundException.Builder> |
serializableBuilderClass() |
XksKeyNotFoundException.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 XksKeyNotFoundException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<XksKeyNotFoundException.Builder,XksKeyNotFoundException>toBuilder in class KmsExceptionpublic static XksKeyNotFoundException.Builder builder()
public static Class<? extends XksKeyNotFoundException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.