ReceiptRuleBounceAction

data class ReceiptRuleBounceAction(val message: String, val position: Int, val sender: String, val smtpReplyCode: String, val statusCode: String? = null, val topicArn: String? = null)

Constructors

Link copied to clipboard
constructor(message: String, position: Int, sender: String, smtpReplyCode: String, statusCode: String? = null, topicArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message to send

Link copied to clipboard

The position of the action in the receipt rule

Link copied to clipboard

The email address of the sender

Link copied to clipboard

The RFC 5321 SMTP reply code

Link copied to clipboard
val statusCode: String? = null

The RFC 3463 SMTP enhanced status code

Link copied to clipboard
val topicArn: String? = null

The ARN of an SNS topic to notify