GuardDuty / Client / unarchive_findings
unarchive_findings#
- GuardDuty.Client.unarchive_findings(**kwargs)#
Unarchives GuardDuty findings specified by the
findingIds
.See also: AWS API Documentation
Request Syntax
response = client.unarchive_findings( DetectorId='string', FindingIds=[ 'string', ] )
- Parameters:
DetectorId (string) –
[REQUIRED]
The ID of the detector associated with the findings to unarchive.
To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.FindingIds (list) –
[REQUIRED]
The IDs of the findings to unarchive.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
GuardDuty.Client.exceptions.BadRequestException
GuardDuty.Client.exceptions.InternalServerErrorException