update_findings_feedback(**kwargs)¶Marks the specified GuardDuty findings as useful or not useful.
See also: AWS API Documentation
Request Syntax
response = client.update_findings_feedback(
    DetectorId='string',
    FindingIds=[
        'string',
    ],
    Feedback='USEFUL'|'NOT_USEFUL',
    Comments='string'
)
[REQUIRED]
The ID of the detector associated with the findings to update feedback for.
[REQUIRED]
The IDs of the findings that you want to mark as useful or not useful.
[REQUIRED]
The feedback for the finding.
dict
Response Syntax
{}
Response Structure
Exceptions
GuardDuty.Client.exceptions.BadRequestExceptionGuardDuty.Client.exceptions.InternalServerErrorException