Unarchive Findings
| guardduty_unarchive_findings | R Documentation | 
Unarchives GuardDuty findings specified by the findingIds¶
Description¶
Unarchives GuardDuty findings specified by the findingIds.
Usage¶
guardduty_unarchive_findings(DetectorId, FindingIds)
Arguments¶
| DetectorId | [required] The ID of the detector associated with the findings to unarchive. To find the  | 
| FindingIds | [required] The IDs of the findings to unarchive. | 
Value¶
An empty list.
Request syntax¶
svc$unarchive_findings(
  DetectorId = "string",
  FindingIds = list(
    "string"
  )
)