ConfigService / Client / delete_conformance_pack
delete_conformance_pack#
- ConfigService.Client.delete_conformance_pack(**kwargs)#
Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.
Config sets the conformance pack to
DELETE_IN_PROGRESS
until the deletion is complete. You cannot update a conformance pack while it is in this state.See also: AWS API Documentation
Request Syntax
response = client.delete_conformance_pack( ConformancePackName='string' )
- Parameters:
ConformancePackName (string) –
[REQUIRED]
Name of the conformance pack you want to delete.
- Returns:
None
Exceptions
ConfigService.Client.exceptions.NoSuchConformancePackException
ConfigService.Client.exceptions.ResourceInUseException