@Generated(value="software.amazon.awssdk:codegen") public final class KeyPairMismatchException extends IamException implements ToCopyableBuilder<KeyPairMismatchException.Builder,KeyPairMismatchException>
The request was rejected because the public key certificate and the private key do not match.
Modifier and Type | Class and Description |
---|---|
static interface |
KeyPairMismatchException.Builder |
Modifier and Type | Method and Description |
---|---|
static KeyPairMismatchException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyPairMismatchException.Builder> |
serializableBuilderClass() |
KeyPairMismatchException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public KeyPairMismatchException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<KeyPairMismatchException.Builder,KeyPairMismatchException>
toBuilder
in class IamException
public static KeyPairMismatchException.Builder builder()
public static Class<? extends KeyPairMismatchException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.