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

Class: Aws::SES::Types::DeleteVerifiedEmailAddressRequest

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

Overview

Note:

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

{
  email_address: "Address", # required
}

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

An email address to be removed from the list of verified addresses.

Returns:

  • (String)

    An email address to be removed from the list of verified addresses.