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.

Resends the email that requests domain ownership validation. The domain owner or an authorized representative must approve the ACM certificate before it can be issued. The certificate can be approved by clicking a link in the mail to navigate to the Amazon certificate approval website and then clicking I Approve. However, the validation email can be blocked by spam filters. Therefore, if you do not receive the original mail, you can request that the mail be resent within 72 hours of requesting the ACM certificate. If more than 72 hours have elapsed since your original request or since your last attempt to resend validation mail, you must request a new certificate. For more information about setting up your contact email addresses, see Configure Email for your Domain.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ResendValidationEmailAsync.

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

Syntax

C#
public abstract ResendValidationEmailResponse ResendValidationEmail(
         ResendValidationEmailRequest request
)

Parameters

request
Type: Amazon.CertificateManager.Model.ResendValidationEmailRequest

Container for the necessary parameters to execute the ResendValidationEmail service method.

Return Value


The response from the ResendValidationEmail service method, as returned by CertificateManager.

Exceptions

ExceptionCondition
InvalidArnException The requested Amazon Resource Name (ARN) does not refer to an existing resource.
InvalidDomainValidationOptionsException One or more values in the DomainValidationOption structure is incorrect.
InvalidStateException Processing has reached an invalid state.
ResourceNotFoundException The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also