GetCustomVerificationEmailTemplateRequest

public struct GetCustomVerificationEmailTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the custom verification email template that you want to retrieve.

    Declaration

    Swift

    public let templateName: String
  • Undocumented

    Declaration

    Swift

    public init(templateName: String)
  • Declaration

    Swift

    public func validate(name: String) throws