UpdateCustomVerificationEmailTemplateRequest
public struct UpdateCustomVerificationEmailTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
Declaration
Swift
public let failureRedirectionURL: String
-
The email address that the custom verification email is sent from.
Declaration
Swift
public let fromEmailAddress: String
-
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
Declaration
Swift
public let successRedirectionURL: String
-
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
Declaration
Swift
public let templateContent: String
-
The name of the custom verification email template that you want to update.
Declaration
Swift
public let templateName: String
-
The subject line of the custom verification email.
Declaration
Swift
public let templateSubject: String
-
init(failureRedirectionURL:fromEmailAddress:successRedirectionURL:templateContent:templateName:templateSubject:)
Undocumented
Declaration
Swift
public init(failureRedirectionURL: String, fromEmailAddress: String, successRedirectionURL: String, templateContent: String, templateName: String, templateSubject: String)
-
Declaration
Swift
public func validate(name: String) throws