CleanRoomsService / Client / delete_analysis_template
delete_analysis_template¶
- CleanRoomsService.Client.delete_analysis_template(**kwargs)¶
- Deletes an analysis template. - See also: AWS API Documentation - Request Syntax- response = client.delete_analysis_template( membershipIdentifier='string', analysisTemplateIdentifier='string' ) - Parameters:
- membershipIdentifier (string) – - [REQUIRED] - The identifier for a membership resource. 
- analysisTemplateIdentifier (string) – - [REQUIRED] - The identifier for the analysis template resource. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CleanRoomsService.Client.exceptions.ResourceNotFoundException
- CleanRoomsService.Client.exceptions.InternalServerException
- CleanRoomsService.Client.exceptions.ValidationException
- CleanRoomsService.Client.exceptions.ThrottlingException
- CleanRoomsService.Client.exceptions.AccessDeniedException