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

Class: Aws::SES::Types::IdentityVerificationAttributes

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

Overview

Represents the verification attributes of a single identity.

Instance Attribute Summary collapse

Instance Attribute Details

#verification_statusString

The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

Possible values:

  • Pending
  • Success
  • Failed
  • TemporaryFailure
  • NotStarted

Returns:

  • (String)

    The verification status of the identity: \"Pending\", \"Success\", \"Failed\", or \"TemporaryFailure\".

#verification_tokenString

The verification token for a domain identity. Null for email address identities.

Returns:

  • (String)

    The verification token for a domain identity.