BounceAction
public struct BounceAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Human-readable text to include in the bounce message.
Declaration
Swift
public let message: String
-
The email address of the sender of the bounced email. This is the address from which the bounce message will be sent.
Declaration
Swift
public let sender: String
-
The SMTP reply code, as defined by RFC 5321.
Declaration
Swift
public let smtpReplyCode: String
-
The SMTP enhanced status code, as defined by RFC 3463.
Declaration
Swift
public let statusCode: String?
-
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
Declaration
Swift
public let topicArn: String?
-
Undocumented
Declaration
Swift
public init(message: String, sender: String, smtpReplyCode: String, statusCode: String? = nil, topicArn: String? = nil)