BounceAction

The action to send a bounce response for the email. When executed, this action generates a non-delivery report (bounce) back to the sender.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the SendBounce API.

Link copied to clipboard

The diagnostic message included in the Diagnostic-Code header of the bounce.

Link copied to clipboard

The human-readable text to include in the bounce message.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to use to send the bounce message.

Link copied to clipboard

The sender email address of the bounce message.

Link copied to clipboard

The SMTP reply code for the bounce, as defined by RFC 5321.

Link copied to clipboard

The enhanced status code for the bounce, in the format of x.y.z (e.g. 5.1.1).

Functions

Link copied to clipboard
inline fun copy(block: BounceAction.Builder.() -> Unit = {}): BounceAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String