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.ServiceQuotaExceededExceptionSecurityIncidentResponse.Client.exceptions.AccessDeniedExceptionSecurityIncidentResponse.Client.exceptions.ValidationExceptionSecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveExceptionSecurityIncidentResponse.Client.exceptions.InternalServerExceptionSecurityIncidentResponse.Client.exceptions.ThrottlingExceptionSecurityIncidentResponse.Client.exceptions.ConflictExceptionSecurityIncidentResponse.Client.exceptions.ResourceNotFoundExceptionSecurityIncidentResponse.Client.exceptions.InvalidTokenException