You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteEmailIdentityRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  email_identity: "Identity", # required
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

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

Returns:

  • (String)

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