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.

  • FindingIds (list) –

    [REQUIRED]

    The IDs of the findings to unarchive.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions