Glue / Client / disassociate_glossary_terms
disassociate_glossary_terms¶
- Glue.Client.disassociate_glossary_terms(**kwargs)¶
Removes the association of one or more glossary terms from an asset in Glue Data Catalog.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_glossary_terms( AssetIdentifier='string', GlossaryTermIdentifiers=[ 'string', ], ClientToken='string' )
- Parameters:
AssetIdentifier (string) –
[REQUIRED]
The unique identifier of the asset to disassociate glossary terms from.
GlossaryTermIdentifiers (list) –
[REQUIRED]
The list of glossary term identifiers to disassociate from the asset.
(string) –
ClientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'AssetIdentifier': 'string', 'GlossaryTerms': [ 'string', ] }
Response Structure
(dict) –
AssetIdentifier (string) –
The unique identifier of the asset.
GlossaryTerms (list) –
The remaining glossary terms associated with the asset.
(string) –
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingException