CleanRoomsService / Client / delete_configured_table_analysis_rule
delete_configured_table_analysis_rule#
- CleanRoomsService.Client.delete_configured_table_analysis_rule(**kwargs)#
Deletes a configured table analysis rule.
See also: AWS API Documentation
Request Syntax
response = client.delete_configured_table_analysis_rule( configuredTableIdentifier='string', analysisRuleType='AGGREGATION'|'LIST' )
- Parameters:
configuredTableIdentifier (string) –
[REQUIRED]
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
analysisRuleType (string) –
[REQUIRED]
The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
An empty response that indicates a successful delete.
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