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