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.

Updates the attributes of an existing email archive.

Note:

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

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

Syntax

C#
public virtual UpdateArchiveResponse UpdateArchive(
         UpdateArchiveRequest request
)

Parameters

request
Type: Amazon.MailManager.Model.UpdateArchiveRequest

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

Return Value


The response from the UpdateArchive service method, as returned by MailManager.

Exceptions

ExceptionCondition
AccessDeniedException Occurs when a user is denied access to a specific resource or action.
ConflictException The request configuration has conflicts. For details, see the accompanying error message.
ResourceNotFoundException Occurs when a requested resource is not found.
ServiceQuotaExceededException Occurs when an operation exceeds a predefined service quota or limit.
ThrottlingException Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.
ValidationException The request validation has failed. For details, see the accompanying error message.

Version Information

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

See Also