Skip to main content

ISESV2StatusRecord

Interface in AWS.SESV2

Interface for SESV2 StatusRecord.

Properties

Cause

property Cause: string

A description of the reason for the current status.

This property provides context about why the status was set to its current value. It may contain information about reputation findings, policy violations, or other factors that influenced the status determination. This value may be null if no specific cause information is available for the current status.

LastUpdatedTimestamp

property LastUpdatedTimestamp: TOptional<TDateTime>

The timestamp when this status record was last updated.

This timestamp indicates when the status, cause, or other information in this status record was most recently modified by either customer action or AWS SES automated processes. Use this timestamp to track the history and recency of status changes for reputation management purposes.

Status

property Status: string

The current sending status for the reputation entity.

This status determines whether the entity is allowed to send emails and how it responds to reputation findings. Valid status values:

  • ENABLED – Sending is allowed for this entity.
  • DISABLED – Sending is prevented for this entity.
  • REINSTATED – Sending is allowed even with active reputation findings.