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.

Provides information about a parallel data resource.

Note:

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

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

Syntax

C#
public abstract GetParallelDataResponse GetParallelData(
         GetParallelDataRequest request
)

Parameters

request
Type: Amazon.Translate.Model.GetParallelDataRequest

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

Return Value


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

Exceptions

ExceptionCondition
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.
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