Glue / Client / delete_glossary_term
delete_glossary_term¶
- Glue.Client.delete_glossary_term(**kwargs)¶
Deletes a glossary term from Glue Data Catalog.
See also: AWS API Documentation
Request Syntax
response = client.delete_glossary_term( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The unique identifier of the glossary term to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingException