@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public XksKeyNotFoundException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<XksKeyNotFoundException.Builder,XksKeyNotFoundException>
toBuilder
in class KmsException
public static XksKeyNotFoundException.Builder builder()
public static Class<? extends XksKeyNotFoundException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.