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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the custom verification email template to delete.

Returns:

  • (String)


1002
1003
1004
1005
1006
# File 'lib/aws-sdk-ses/types.rb', line 1002

class DeleteCustomVerificationEmailTemplateRequest < Struct.new(
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end