AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that contains additional information about the verification status for the identity.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.VerificationInfo

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class VerificationInfo

The VerificationInfo type exposes the following members

Constructors

NameDescription
Public Method VerificationInfo()

Properties

NameTypeDescription
Public Property ErrorType Amazon.SimpleEmailV2.VerificationError

Gets and sets the property ErrorType.

Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity. Below are the possible values:

  • INVALID_VALUE – Amazon SES was able to find the record, but the value contained within the record was invalid. Ensure you have published the correct values for the record.

  • TYPE_NOT_FOUND – The queried hostname exists but does not have the requested type of DNS record. Ensure that you have published the correct type of DNS record.

  • HOST_NOT_FOUND – The queried hostname does not exist or was not reachable at the time of the request. Ensure that you have published the required DNS record(s).

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

  • DNS_SERVER_ERROR – The DNS server encountered an issue and was unable to complete the request.

  • REPLICATION_ACCESS_DENIED – The verification failed because the user does not have the required permissions to replicate the DKIM key from the primary region. Ensure you have the necessary permissions in both primary and replica regions.

  • REPLICATION_PRIMARY_NOT_FOUND – The verification failed because no corresponding identity was found in the specified primary region. Ensure the identity exists in the primary region before attempting replication.

  • REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED – The verification failed because the identity in the primary region is configured with Bring Your Own DKIM (BYODKIM). DKIM key replication is only supported for identities using Easy DKIM.

  • REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED – The verification failed because the specified primary identity is a replica of another identity, and multi-level replication is not supported; the primary identity must be a non-replica identity.

  • REPLICATION_PRIMARY_INVALID_REGION – The verification failed due to an invalid primary region specified. Ensure you provide a valid Amazon Web Services region where Amazon SES is available and different from the replica region.

Public Property LastCheckedTimestamp System.DateTime

Gets and sets the property LastCheckedTimestamp.

The last time a verification attempt was made for this identity.

Public Property LastSuccessTimestamp System.DateTime

Gets and sets the property LastSuccessTimestamp.

The last time a successful verification was made for this identity.

Public Property SOARecord Amazon.SimpleEmailV2.Model.SOARecord

Gets and sets the property SOARecord.

An object that contains information about the start of authority (SOA) record associated with the identity.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5