Skip to main content

ISESV2VerificationInfo

Interface in AWS.SESV2

Interface for SESV2 VerificationInfo.

Properties

ErrorType

property ErrorType: string

Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.

This property contains the specific error type that occurred during identity verification. It provides diagnostic information to help resolve verification issues. DNS-related error types include:

  • INVALID_VALUE – Amazon SES found the DNS record but the value was invalid.
  • TYPE_NOT_FOUND – The hostname exists but lacks the required DNS record type.
  • HOST_NOT_FOUND – The hostname does not exist or was unreachable.
  • SERVICE_ERROR – A temporary issue prevented Amazon SES from determining verification status.
  • DNS_SERVER_ERROR – The DNS server encountered an issue completing the request. DKIM replication-related error types include:
  • REPLICATION_ACCESS_DENIED – Insufficient permissions to replicate DKIM keys from the primary region.
  • REPLICATION_PRIMARY_NOT_FOUND – No corresponding identity found in the specified primary region.
  • REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED – Primary region identity uses BYODKIM, which doesn't support replication.
  • REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED – The primary identity is itself a replica; multi-level replication is not supported.
  • REPLICATION_PRIMARY_INVALID_REGION – Invalid primary region specified for DKIM replication.

LastCheckedTimestamp

property LastCheckedTimestamp: TOptional<TDateTime>

The last time a verification attempt was made for this identity.

This timestamp indicates when Amazon SES most recently attempted to verify the identity, regardless of whether the attempt was successful or failed. This information helps track verification activity and can be useful for troubleshooting verification issues by understanding when the most recent attempt occurred.

LastSuccessTimestamp

property LastSuccessTimestamp: TOptional<TDateTime>

The last time a successful verification was made for this identity.

This timestamp indicates when the identity was most recently verified successfully by Amazon SES. For verified identities, this represents the completion of the verification process. This information is particularly useful for tracking when identities were initially verified or when re-verification occurred after configuration changes.

SOARecord

property SOARecord: ISESV2SOARecord

Type: ISESV2SOARecord

An object that contains information about the start of authority (SOA) record associated with the identity.

The SOA record provides DNS administrative information about the domain, including the primary name server, administrator email, and serial number. This information is primarily used for domain identities and helps Amazon SES understand the DNS structure and authority for the domain during the verification process.