public class InvalidKeyUsageException extends AmazonServiceException
The request was rejected for one of the following reasons:
The KeyUsage
value of the CMK is incompatible with the API
operation.
The encryption algorithm or signing algorithm specified for the operation is
incompatible with the type of key material in the CMK
(CustomerMasterKeySpec
).
For encrypting, decrypting, re-encrypting, and generating data keys, the
KeyUsage
must be ENCRYPT_DECRYPT
. For signing and
verifying, the KeyUsage
must be SIGN_VERIFY
. To
find the KeyUsage
of a CMK, use the DescribeKey
operation.
To find the encryption or signing algorithms supported for a particular CMK, use the DescribeKey operation.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidKeyUsageException(java.lang.String message)
Constructs a new InvalidKeyUsageException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.