SecurityAgent / Client / stop_code_review_job

stop_code_review_job

SecurityAgent.Client.stop_code_review_job(**kwargs)

Stops a running code review job. The job transitions to a stopping state and then to stopped after cleanup completes.

See also: AWS API Documentation

Request Syntax

response = client.stop_code_review_job(
    agentSpaceId='string',
    codeReviewJobId='string'
)
Parameters:
  • agentSpaceId (string) –

    [REQUIRED]

    The unique identifier of the agent space.

  • codeReviewJobId (string) –

    [REQUIRED]

    The unique identifier of the code review job to stop.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Output for the StopCodeReviewJob operation.