delete_archive_rule(**kwargs)¶Deletes the specified archive rule.
See also: AWS API Documentation
Request Syntax
response = client.delete_archive_rule(
analyzerName='string',
ruleName='string',
clientToken='string'
)
[REQUIRED]
The name of the analyzer that associated with the archive rule to delete.
[REQUIRED]
The name of the rule to delete.
A client token.
This field is autopopulated if not provided.
None
Exceptions
AccessAnalyzer.Client.exceptions.ResourceNotFoundExceptionAccessAnalyzer.Client.exceptions.ValidationExceptionAccessAnalyzer.Client.exceptions.InternalServerExceptionAccessAnalyzer.Client.exceptions.ThrottlingExceptionAccessAnalyzer.Client.exceptions.AccessDeniedException