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'
)
[REQUIRED]
The name of the parallel data resource that is being deleted.
{
'Name': 'string',
'Status': 'CREATING'|'UPDATING'|'ACTIVE'|'DELETING'|'FAILED'
}
Response Structure
The name of the parallel data resource that is being deleted.
The status of the parallel data deletion.
Exceptions
Translate.Client.exceptions.ConcurrentModificationException
Translate.Client.exceptions.ResourceNotFoundException
Translate.Client.exceptions.TooManyRequestsException
Translate.Client.exceptions.InternalServerException