Class: Aws::SESV2::Types::Complaint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#complaint_feedback_typeString

The value of the ‘Feedback-Type` field from the feedback report received from the ISP.

Returns:

  • (String)

552
553
554
555
556
557
# File 'lib/aws-sdk-sesv2/types.rb', line 552

class Complaint < Struct.new(
  :complaint_sub_type,
  :complaint_feedback_type)
  SENSITIVE = []
  include Aws::Structure
end

#complaint_sub_typeString

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.

Returns:

  • (String)

552
553
554
555
556
557
# File 'lib/aws-sdk-sesv2/types.rb', line 552

class Complaint < Struct.new(
  :complaint_sub_type,
  :complaint_feedback_type)
  SENSITIVE = []
  include Aws::Structure
end