@Generated(value="software.amazon.awssdk:codegen") public final class KmsInvalidMacException extends KmsException implements ToCopyableBuilder<KmsInvalidMacException.Builder,KmsInvalidMacException>
The request was rejected because the HMAC verification failed. HMAC verification fails when the HMAC computed by using the specified message, HMAC KMS key, and MAC algorithm does not match the HMAC specified in the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KmsInvalidMacException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KmsInvalidMacException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KmsInvalidMacException.Builder> |
serializableBuilderClass() |
KmsInvalidMacException.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 KmsInvalidMacException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KmsInvalidMacException.Builder,KmsInvalidMacException>toBuilder in class KmsExceptionpublic static KmsInvalidMacException.Builder builder()
public static Class<? extends KmsInvalidMacException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.