Class: Aws::SESV2::Types::DeleteEmailIdentityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The identity (that is, the email address or domain) to delete.

Returns:

  • (String)


1832
1833
1834
1835
1836
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1832

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