Skip to content

Cancel Policy Generation

accessanalyzer_cancel_policy_generation R Documentation

Cancels the requested policy generation

Description

Cancels the requested policy generation.

Usage

accessanalyzer_cancel_policy_generation(jobId)

Arguments

jobId

[required] The JobId that is returned by the start_policy_generation operation. The JobId can be used with get_generated_policy to retrieve the generated policies or used with cancel_policy_generation to cancel the policy generation request.

Value

An empty list.

Request syntax

svc$cancel_policy_generation(
  jobId = "string"
)