SecurityIncidentResponse / Client / update_case_comment

update_case_comment#

SecurityIncidentResponse.Client.update_case_comment(**kwargs)#

Grants permission to update an existing case comment.

See also: AWS API Documentation

Request Syntax

response = client.update_case_comment(
    caseId='string',
    commentId='string',
    body='string'
)
Parameters:
  • caseId (string) –

    [REQUIRED]

    Required element for UpdateCaseComment to identify the case ID containing the comment to be updated.

  • commentId (string) –

    [REQUIRED]

    Required element for UpdateCaseComment to identify the case ID to be updated.

  • body (string) –

    [REQUIRED]

    Required element for UpdateCaseComment to identify the content for the comment to be updated.

Return type:

dict

Returns:

Response Syntax

{
    'commentId': 'string',
    'body': 'string'
}

Response Structure

  • (dict) –

    • commentId (string) –

      Response element for UpdateCaseComment providing the updated comment ID.

    • body (string) –

      Response element for UpdateCaseComment providing the updated comment content.

Exceptions