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)


1547
1548
1549
1550
1551
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1547

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