Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_patch_baseline

delete_patch_baseline(**kwargs)

Deletes a patch baseline.

See also: AWS API Documentation

Request Syntax

response = client.delete_patch_baseline(
    BaselineId='string'
)
Parameters
BaselineId (string) --

[REQUIRED]

The ID of the patch baseline to delete.

Return type
dict
Returns
Response Syntax
{
    'BaselineId': 'string'
}

Response Structure

  • (dict) --
    • BaselineId (string) --

      The ID of the deleted patch baseline.

Exceptions

  • SSM.Client.exceptions.ResourceInUseException
  • SSM.Client.exceptions.InternalServerError