DataZone / Client / delete_glossary
delete_glossary¶
- DataZone.Client.delete_glossary(**kwargs)¶
Deletes a business glossary in Amazon DataZone.
Prerequisites:
The glossary must be in DISABLED state.
The glossary must not have any glossary terms associated with it.
The glossary must exist in the specified domain.
The caller must have the
datazone:DeleteGlossary
permission in the domain and glossary.There should be no active assets or metadata linked to the glossary.
See also: AWS API Documentation
Request Syntax
response = client.delete_glossary( domainIdentifier='string', identifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the Amazon DataZone domain in which the business glossary is deleted.
identifier (string) –
[REQUIRED]
The ID of the business glossary that is deleted.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DataZone.Client.exceptions.InternalServerException
DataZone.Client.exceptions.ResourceNotFoundException
DataZone.Client.exceptions.AccessDeniedException
DataZone.Client.exceptions.ThrottlingException
DataZone.Client.exceptions.ConflictException
DataZone.Client.exceptions.ValidationException
DataZone.Client.exceptions.UnauthorizedException