@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()
Create a  
AwsServiceException.Builder initialized with the properties of this AwsServiceException. | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic KeyPairMismatchException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<KeyPairMismatchException.Builder,KeyPairMismatchException>toBuilder in class IamExceptionpublic static KeyPairMismatchException.Builder builder()
public static Class<? extends KeyPairMismatchException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.