GuardDuty / Client / delete_custom_detection_rule_association
delete_custom_detection_rule_association¶
- GuardDuty.Client.delete_custom_detection_rule_association(**kwargs)¶
Disables a custom detection rule by deleting its association. This operation is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.delete_custom_detection_rule_association( RuleId='string', AssociationId='string' )
- Parameters:
RuleId (string) –
[REQUIRED]
The unique identifier for the custom detection rule.
AssociationId (string) –
[REQUIRED]
The unique identifier for the association to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions