Enum IdentityCertificateStatus

java.lang.Object
java.lang.Enum<IdentityCertificateStatus>
software.amazon.awssdk.services.sesv2.model.IdentityCertificateStatus
All Implemented Interfaces:
Serializable, Comparable<IdentityCertificateStatus>

@Generated("software.amazon.awssdk:codegen") public enum IdentityCertificateStatus extends Enum<IdentityCertificateStatus>

The status of an S/MIME certificate that's associated with an email identity. The status can be one of the following values:

  • PROVISIONING – The certificate association was created and the certificate is being prepared for use.

  • ACTIVE – The certificate is ready to use for signing.

  • INACTIVE – The certificate is no longer used for signing.

  • DEPROVISIONING – The certificate association is being cleaned up.

  • FAILED – The certificate couldn't be prepared for use, or the certificate has expired.