Omics / Client / delete_share
delete_share#
- Omics.Client.delete_share(**kwargs)#
- Deletes a share of an analytics store. - See also: AWS API Documentation - Request Syntax- response = client.delete_share( shareId='string' ) - Parameters:
- shareId (string) – - [REQUIRED] - The ID for the share request to be deleted. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'status': 'PENDING'|'ACTIVATING'|'ACTIVE'|'DELETING'|'DELETED'|'FAILED' } - Response Structure- (dict) – - status (string) – - The status of the share being deleted. 
 
 
 - Exceptions- Omics.Client.exceptions.InternalServerException
- Omics.Client.exceptions.ServiceQuotaExceededException
- Omics.Client.exceptions.ThrottlingException
- Omics.Client.exceptions.ValidationException
- Omics.Client.exceptions.ConflictException
- Omics.Client.exceptions.ResourceNotFoundException
- Omics.Client.exceptions.AccessDeniedException