@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class XksKeyNotFoundException extends AWSKMSException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
XksKeyNotFoundException(String message)
Constructs a new XksKeyNotFoundException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XksKeyNotFoundException(String message)
message
- Describes the error encountered.