DataZone / Client / delete_project_membership
delete_project_membership#
- DataZone.Client.delete_project_membership(**kwargs)#
- Deletes project membership in Amazon DataZone. - See also: AWS API Documentation - Request Syntax- response = client.delete_project_membership( domainIdentifier='string', member={ 'groupIdentifier': 'string', 'userIdentifier': 'string' }, projectIdentifier='string' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone domain where project membership is deleted. 
- member (dict) – - [REQUIRED] - The project member whose project membership is deleted. - Note- This is a Tagged Union structure. Only one of the following top level keys can be set: - groupIdentifier,- userIdentifier.- groupIdentifier (string) – - The ID of the group of a project member. 
- userIdentifier (string) – - The user ID of a project member. 
 
- projectIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone project the membership to which 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.ServiceQuotaExceededException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException