Marks specified Amazon GuardDuty findings as useful or not useful.
guardduty_update_findings_feedback(DetectorId, FindingIds, Feedback,
Comments)[required] The ID of the detector that specifies the GuardDuty service whose findings you want to mark as useful or not useful.
[required] IDs of the findings that you want to mark as useful or not useful.
[required] Valid values: USEFUL \| NOT\_USEFUL
Additional feedback about the GuardDuty findings.
svc$update_findings_feedback(
DetectorId = "string",
FindingIds = list(
"string"
),
Feedback = "USEFUL"|"NOT_USEFUL",
Comments = "string"
)