@Generated(value="software.amazon.awssdk:codegen") public final class KmsException extends EcrException implements ToCopyableBuilder<KmsException.Builder,KmsException>
The operation failed due to a KMS exception.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KmsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KmsException.Builder |
builder() |
String |
kmsError()
The error code returned by AWS KMS.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KmsException.Builder> |
serializableBuilderClass() |
KmsException.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 KmsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KmsException.Builder,KmsException>toBuilder in class EcrExceptionpublic static KmsException.Builder builder()
public static Class<? extends KmsException.Builder> serializableBuilderClass()
public String kmsError()
The error code returned by AWS KMS.
Copyright © 2021. All rights reserved.