Class: Aws::SES::Types::DeleteCustomVerificationEmailTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Note:

When making an API call, you may pass DeleteCustomVerificationEmailTemplateRequest data as a hash:

{
  template_name: "TemplateName", # required
}

Represents a request to delete an existing custom verification email template.

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the custom verification email template that you want to delete.

Returns:

  • (String)


1132
1133
1134
1135
# File 'lib/aws-sdk-ses/types.rb', line 1132

class DeleteCustomVerificationEmailTemplateRequest < Struct.new(
  :template_name)
  include Aws::Structure
end