AccessAnalyzer / Client / cancel_policy_generation

cancel_policy_generation#

AccessAnalyzer.Client.cancel_policy_generation(**kwargs)#

Cancels the requested policy generation.

See also: AWS API Documentation

Request Syntax

response = client.cancel_policy_generation(
    jobId='string'
)
Parameters:

jobId (string) –

[REQUIRED]

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions