SecurityIncidentResponse / Client / update_case_status

update_case_status#

SecurityIncidentResponse.Client.update_case_status(**kwargs)#

Grants permission to update the status for a designated cases. Options include Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities | Closed.

See also: AWS API Documentation

Request Syntax

response = client.update_case_status(
    caseId='string',
    caseStatus='Submitted'|'Detection and Analysis'|'Containment, Eradication and Recovery'|'Post-incident Activities'
)
Parameters:
  • caseId (string) –

    [REQUIRED]

    Required element for UpdateCaseStatus to identify the case to update.

  • caseStatus (string) –

    [REQUIRED]

    Required element for UpdateCaseStatus to identify the status for a case. Options include Submitted | Detection and Analysis | Containment, Eradication and Recovery | Post-incident Activities.

Return type:

dict

Returns:

Response Syntax

{
    'caseStatus': 'Submitted'|'Detection and Analysis'|'Containment, Eradication and Recovery'|'Post-incident Activities'
}

Response Structure

  • (dict) –

    • caseStatus (string) –

      Response element for UpdateCaseStatus showing the newly configured status.

Exceptions