Marks the specified GuardDuty findings as useful or not useful.
guardduty_update_findings_feedback(DetectorId, FindingIds, Feedback,
  Comments)An empty list.
[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.
Additional feedback about the GuardDuty findings.
svc$update_findings_feedback(
  DetectorId = "string",
  FindingIds = list(
    "string"
  ),
  Feedback = "USEFUL"|"NOT_USEFUL",
  Comments = "string"
)