Class: Aws::SESV2::Types::DeleteCustomVerificationEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteCustomVerificationEmailTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to delete an existing custom verification email template.
Constant Summary collapse
- SENSITIVE =
[]
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.
1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1490 class DeleteCustomVerificationEmailTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |