ElementalInference / Client / delete_dictionary
delete_dictionary¶
- ElementalInference.Client.delete_dictionary(**kwargs)¶
Deletes the specified dictionary. You cannot delete a dictionary that is referenced by a feed. You must first remove the dictionary reference from the feed’s subtitling configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_dictionary( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The ID of the dictionary to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'id': 'string', 'status': 'CREATING'|'AVAILABLE'|'REFERENCED'|'DELETING'|'DELETED' }
Response Structure
(dict) –
arn (string) –
The ARN of the deleted dictionary.
id (string) –
The ID of the deleted dictionary.
status (string) –
The status of the dictionary after deletion.
Exceptions