@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, isThrottlingException
extendedRequestId, 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 CertificateConflictException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CertificateConflictException.Builder,CertificateConflictException>
toBuilder
in class IotException
public static CertificateConflictException.Builder builder()
public static Class<? extends CertificateConflictException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.