CleanRoomsService / Client / delete_configured_table_association_analysis_rule
delete_configured_table_association_analysis_rule#
- CleanRoomsService.Client.delete_configured_table_association_analysis_rule(**kwargs)#
Deletes an analysis rule for a configured table association.
See also: AWS API Documentation
Request Syntax
response = client.delete_configured_table_association_analysis_rule( membershipIdentifier='string', configuredTableAssociationIdentifier='string', analysisRuleType='AGGREGATION'|'LIST'|'CUSTOM' )
- Parameters:
membershipIdentifier (string) –
[REQUIRED]
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
configuredTableAssociationIdentifier (string) –
[REQUIRED]
The identifier for the configured table association that’s related to the analysis rule that you want to delete.
analysisRuleType (string) –
[REQUIRED]
The type of the analysis rule that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
CleanRoomsService.Client.exceptions.ConflictException
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException