class Aws::SESV2::Types::DeleteEmailIdentityPolicyRequest

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization-identity-owner-tasks-management.html

@note When making an API call, you may pass DeleteEmailIdentityPolicyRequest

data as a hash:

    {
      email_identity: "Identity", # required
      policy_name: "PolicyName", # required
    }

@!attribute [rw] email_identity

The email identity for which you want to delete a policy.
@return [String]

@!attribute [rw] policy_name

The name of the policy.

The policy name cannot exceed 64 characters and can only include
alphanumeric characters, dashes, and underscores.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteEmailIdentityPolicyRequest AWS API Documentation

Constants

SENSITIVE