SecurityAgent / Client / stop_threat_model_job
stop_threat_model_job¶
- SecurityAgent.Client.stop_threat_model_job(**kwargs)¶
Stops a running threat model job.
See also: AWS API Documentation
Request Syntax
response = client.stop_threat_model_job( agentSpaceId='string', threatModelJobId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the agent space.
threatModelJobId (string) –
[REQUIRED]
The unique identifier of the threat model job to stop.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Output for the StopThreatModelJob operation.