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
- Struct
- Aws::SESV2::Types::DeleteEmailIdentityRequest
- 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
-
#email_identity ⇒ String
The identity (that is, the email address or domain) that you want to delete.
Instance Attribute Details
#email_identity ⇒ String
The identity (that is, the email address or domain) that you want to delete.