@Generated(value="software.amazon.awssdk:codegen") public final class InvalidKeyUsageException extends KmsException implements ToCopyableBuilder<InvalidKeyUsageException.Builder,InvalidKeyUsageException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidKeyUsageException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidKeyUsageException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidKeyUsageException.Builder> |
serializableBuilderClass() |
InvalidKeyUsageException.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 InvalidKeyUsageException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidKeyUsageException.Builder,InvalidKeyUsageException>toBuilder in class KmsExceptionpublic static InvalidKeyUsageException.Builder builder()
public static Class<? extends InvalidKeyUsageException.Builder> serializableBuilderClass()
Copyright © 2021. All rights reserved.