IdentityInfo - Amazon Simple Email Service

IdentityInfo

Information about an email identity.

Contents

IdentityName

The address or domain of the identity.

Type: String

Length Constraints: Minimum length of 1.

Required: No

IdentityType

The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity types.

Type: String

Valid Values: EMAIL_ADDRESS | DOMAIN | MANAGED_DOMAIN

Required: No

SendingEnabled

Indicates whether or not you can send email from the identity.

An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.

Type: Boolean

Required: No

VerificationStatus

The verification status of the identity. The status can be one of the following:

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.

  • SUCCESS – The verification process completed successfully.

  • FAILED – The verification process failed.

  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity.

  • NOT_STARTED – The verification process hasn't been initiated for the identity.

Type: String

Valid Values: PENDING | SUCCESS | FAILED | TEMPORARY_FAILURE | NOT_STARTED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: