Class CertificateConflictException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CertificateConflictException.Builder,CertificateConflictException>

@Generated("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.

See Also: