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
SecurityIncidentResponse.Client.exceptions.ServiceQuotaExceededException
SecurityIncidentResponse.Client.exceptions.AccessDeniedException
SecurityIncidentResponse.Client.exceptions.ValidationException
SecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveException
SecurityIncidentResponse.Client.exceptions.InternalServerException
SecurityIncidentResponse.Client.exceptions.ConflictException
SecurityIncidentResponse.Client.exceptions.ResourceNotFoundException
SecurityIncidentResponse.Client.exceptions.ThrottlingException
SecurityIncidentResponse.Client.exceptions.InvalidTokenException