DataZone / Client / update_group_profile
update_group_profile#
- DataZone.Client.update_group_profile(**kwargs)#
- Updates the specified group profile in Amazon DataZone. - See also: AWS API Documentation - Request Syntax- response = client.update_group_profile( domainIdentifier='string', groupIdentifier='string', status='ASSIGNED'|'NOT_ASSIGNED' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The identifier of the Amazon DataZone domain in which a group profile is updated. 
- groupIdentifier (string) – - [REQUIRED] - The identifier of the group profile that is updated. 
- status (string) – - [REQUIRED] - The status of the group profile that is updated. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'domainId': 'string', 'groupName': 'string', 'id': 'string', 'status': 'ASSIGNED'|'NOT_ASSIGNED' } - Response Structure- (dict) – - domainId (string) – - The identifier of the Amazon DataZone domain in which a group profile is updated. 
- groupName (string) – - The name of the group profile that is updated. 
- id (string) – - The identifier of the group profile that is updated. 
- status (string) – - The status of the group profile that is updated. 
 
 
 - Exceptions- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException