SSM.Client.
delete_patch_baseline
(**kwargs)¶Deletes a patch baseline.
See also: AWS API Documentation
Request Syntax
response = client.delete_patch_baseline(
BaselineId='string'
)
[REQUIRED]
The ID of the patch baseline to delete.
{
'BaselineId': 'string'
}
Response Structure
The ID of the deleted patch baseline.
Exceptions
SSM.Client.exceptions.ResourceInUseException
SSM.Client.exceptions.InternalServerError