You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::DeleteCustomVerificationEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteCustomVerificationEmailTemplateRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteCustomVerificationEmailTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
template_name: "EmailTemplateName", # required
}
Represents a request to delete an existing custom verification email template.
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the custom verification email template that you want to delete.
Instance Attribute Details
#template_name ⇒ String
The name of the custom verification email template that you want to delete.