DeleteCustomVerificationEmailTemplateRequest

public struct DeleteCustomVerificationEmailTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let templateName: String
  • Undocumented

    Declaration

    Swift

    public init(templateName: String)