/AWS1/CL_SE2COMPLAINT¶
Information about a Complaint
event.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_complaintsubtype
TYPE /AWS1/SE2COMPLAINTSUBTYPE
/AWS1/SE2COMPLAINTSUBTYPE
¶
Can either be
null
orOnAccountSuppressionList
. If the value isOnAccountSuppressionList
, SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.
iv_complaintfeedbacktype
TYPE /AWS1/SE2COMPLAINTFEEDBACKTYPE
/AWS1/SE2COMPLAINTFEEDBACKTYPE
¶
The value of the
Feedback-Type
field from the feedback report received from the ISP.
Queryable Attributes¶
ComplaintSubType¶
Can either be
null
orOnAccountSuppressionList
. If the value isOnAccountSuppressionList
, SES accepted the message, but didn't attempt to send it because it was on the account-level suppression list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPLAINTSUBTYPE() |
Getter for COMPLAINTSUBTYPE, with configurable default |
ASK_COMPLAINTSUBTYPE() |
Getter for COMPLAINTSUBTYPE w/ exceptions if field has no va |
HAS_COMPLAINTSUBTYPE() |
Determine if COMPLAINTSUBTYPE has a value |
ComplaintFeedbackType¶
The value of the
Feedback-Type
field from the feedback report received from the ISP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPLAINTFEEDBACKTYPE() |
Getter for COMPLAINTFEEDBACKTYPE, with configurable default |
ASK_COMPLAINTFEEDBACKTYPE() |
Getter for COMPLAINTFEEDBACKTYPE w/ exceptions if field has |
HAS_COMPLAINTFEEDBACKTYPE() |
Determine if COMPLAINTFEEDBACKTYPE has a value |