AWS SDK Version 4 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 a previously created parallel data resource by importing a new input file from Amazon S3.

Note:

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

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

Syntax

C#
public abstract UpdateParallelDataResponse UpdateParallelData(
         UpdateParallelDataRequest request
)

Parameters

request
Type: Amazon.Translate.Model.UpdateParallelDataRequest

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

Return Value


The response from the UpdateParallelData service method, as returned by Translate.

Exceptions

ExceptionCondition
ConcurrentModificationException Another modification is being made. That modification must complete before you can make your change.
ConflictException There was a conflict processing the request. Try your request again.
InternalServerException An internal server error occurred. Retry your request.
InvalidParameterValueException The value of the parameter is not valid. Review the value of the parameter you are using to correct it, and then retry your operation.
InvalidRequestException The request that you made is not valid. Check your request to determine why it's not valid and then retry the request.
LimitExceededException The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.
ResourceNotFoundException The resource you are looking for has not been found. Review the resource you're looking for and see if a different resource will accomplish your needs before retrying the revised request.
TooManyRequestsException You have made too many requests within a short period of time. Wait for a short time and then try your request again.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also