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',
    ]
)
[REQUIRED]
The ID of the detector associated with the findings to unarchive.
[REQUIRED]
The IDs of the findings to unarchive.
dict
Response Syntax
{}
Response Structure
Exceptions
GuardDuty.Client.exceptions.BadRequestExceptionGuardDuty.Client.exceptions.InternalServerErrorException