@Generated(value="software.amazon.awssdk:codegen") public final class CertificateConflictException extends IotException implements ToCopyableBuilder<CertificateConflictException.Builder,CertificateConflictException>
Unable to verify the CA certificate used to sign the device certificate you are attempting to register. This is happens when you have registered more than one CA certificate that has the same subject field and public key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CertificateConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CertificateConflictException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CertificateConflictException.Builder> |
serializableBuilderClass() |
CertificateConflictException.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 CertificateConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CertificateConflictException.Builder,CertificateConflictException>toBuilder in class IotExceptionpublic static CertificateConflictException.Builder builder()
public static Class<? extends CertificateConflictException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.