SecurityIncidentResponse / Client / send_feedback

send_feedback

SecurityIncidentResponse.Client.send_feedback(**kwargs)

Send feedback based on response investigation action

See also: AWS API Documentation

Request Syntax

response = client.send_feedback(
    caseId='string',
    resultId='string',
    usefulness='USEFUL'|'NOT_USEFUL',
    comment='string'
)
Parameters:
  • caseId (string) –

    [REQUIRED]

    Send feedback based on request caseID

  • resultId (string) –

    [REQUIRED]

    Send feedback based on request result ID

  • usefulness (string) –

    [REQUIRED]

    Required enum value indicating user assessment of result q…..

  • comment (string) – Send feedback based on request comments

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SecurityIncidentResponse.Client.exceptions.ServiceQuotaExceededException

  • SecurityIncidentResponse.Client.exceptions.AccessDeniedException

  • SecurityIncidentResponse.Client.exceptions.ValidationException

  • SecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveException

  • SecurityIncidentResponse.Client.exceptions.InternalServerException

  • SecurityIncidentResponse.Client.exceptions.ThrottlingException

  • SecurityIncidentResponse.Client.exceptions.ConflictException

  • SecurityIncidentResponse.Client.exceptions.ResourceNotFoundException

  • SecurityIncidentResponse.Client.exceptions.InvalidTokenException