ISESV2EventDetails
Interface in AWS.SESV2
Interface for SESV2 EventDetails.
Properties
Bounce
property Bounce: ISESV2Bounce
Type: ISESV2Bounce
Information about a Bounce event.
This property contains detailed information about email bounces when the associated event type is BOUNCE. Bounce information includes the bounce type, subtype, and diagnostic codes that help identify the specific reason why email delivery failed. Bounce details are essential for understanding delivery failures, maintaining sender reputation, and implementing appropriate retry or suppression logic. The information helps distinguish between temporary issues (soft bounces) and permanent failures (hard bounces). This property is only populated when the event represents a bounce. For other event types, this property will be empty.
Complaint
property Complaint: ISESV2Complaint
Type: ISESV2Complaint
Information about a Complaint event.
This property contains detailed information about spam complaints when the associated event type is COMPLAINT. Complaint information includes the feedback type, subtype, and other details about why the recipient marked the email as spam or unwanted. Complaint details are crucial for maintaining good sender reputation and ensuring compliance with anti-spam regulations. Understanding complaint patterns helps improve email content, targeting, and sender practices to reduce future complaints. This property is only populated when the event represents a complaint. For other event types, this property will be empty.