SecurityIncidentResponse / Client / close_case

close_case#

SecurityIncidentResponse.Client.close_case(**kwargs)#

Grants permission to close an existing case.

See also: AWS API Documentation

Request Syntax

response = client.close_case(
    caseId='string'
)
Parameters:

caseId (string) –

[REQUIRED]

Required element used in combination with CloseCase to identify the case ID to close.

Return type:

dict

Returns:

Response Syntax

{
    'caseStatus': 'Submitted'|'Acknowledged'|'Detection and Analysis'|'Containment, Eradication and Recovery'|'Post-incident Activities'|'Ready to Close'|'Closed',
    'closedDate': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • caseStatus (string) –

      A response element providing responses for requests to CloseCase. This element responds with the case status following the action.

    • closedDate (datetime) –

      A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.

Exceptions