delete_parallel_data

Translate.Client.delete_parallel_data(**kwargs)

Deletes a parallel data resource in Amazon Translate.

See also: AWS API Documentation

Request Syntax

response = client.delete_parallel_data(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the parallel data resource that is being deleted.

Return type
dict
Returns
Response Syntax
{
    'Name': 'string',
    'Status': 'CREATING'|'UPDATING'|'ACTIVE'|'DELETING'|'FAILED'
}

Response Structure

  • (dict) --
    • Name (string) --

      The name of the parallel data resource that is being deleted.

    • Status (string) --

      The status of the parallel data deletion.

Exceptions

  • Translate.Client.exceptions.ConcurrentModificationException
  • Translate.Client.exceptions.ResourceNotFoundException
  • Translate.Client.exceptions.TooManyRequestsException
  • Translate.Client.exceptions.InternalServerException