Class: Aws::SESV2::Types::Complaint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::Complaint
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Information about a ‘Complaint` event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#complaint_feedback_type ⇒ String
The value of the ‘Feedback-Type` field from the feedback report received from the ISP.
-
#complaint_sub_type ⇒ String
Can either be ‘null` or `OnAccountSuppressionList`.
Instance Attribute Details
#complaint_feedback_type ⇒ String
The value of the ‘Feedback-Type` field from the feedback report received from the ISP.
537 538 539 540 541 542 |
# File 'lib/aws-sdk-sesv2/types.rb', line 537 class Complaint < Struct.new( :complaint_sub_type, :complaint_feedback_type) SENSITIVE = [] include Aws::Structure end |
#complaint_sub_type ⇒ String
Can either be ‘null` or `OnAccountSuppressionList`. If the value is `OnAccountSuppressionList`, SES accepted the message, but didn’t attempt to send it because it was on the account-level suppression list.
537 538 539 540 541 542 |
# File 'lib/aws-sdk-sesv2/types.rb', line 537 class Complaint < Struct.new( :complaint_sub_type, :complaint_feedback_type) SENSITIVE = [] include Aws::Structure end |