DataZone / Client / delete_lineage_event
delete_lineage_event¶
- DataZone.Client.delete_lineage_event(**kwargs)¶
Deletes the specified lineage event.
See also: AWS API Documentation
Request Syntax
response = client.delete_lineage_event( domainIdentifier='string', identifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the domain.
identifier (string) –
[REQUIRED]
The ID of the lineage event.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'domainId': 'string', 'processingStatus': 'REQUESTED'|'PROCESSING'|'SUCCESS'|'FAILED' }
Response Structure
(dict) –
id (string) –
The ID of the lineage event.
domainId (string) –
The ID of the domain.
processingStatus (string) –
The progressing status of the lineage event.
Exceptions
DataZone.Client.exceptions.InternalServerExceptionDataZone.Client.exceptions.ResourceNotFoundExceptionDataZone.Client.exceptions.AccessDeniedExceptionDataZone.Client.exceptions.ThrottlingExceptionDataZone.Client.exceptions.ValidationExceptionDataZone.Client.exceptions.UnauthorizedException