GetMalwareScanResultDetails - Amazon GuardDuty
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

GetMalwareScanResultDetails

Contains information about the results of the malware scan.

Contents

failedFileCount

The total number of files that failed to be scanned.

Type: Long

Valid Range: Minimum value of 0.

Required: No

scanResultStatus

Status indicating whether threats were found for a completed scan.

Type: String

Valid Values: NO_THREATS_FOUND | THREATS_FOUND

Required: No

skippedFileCount

The total number of files that were skipped during the scan.

Type: Long

Valid Range: Minimum value of 0.

Required: No

threatFoundFileCount

The total number of files in which threats were detected.

Type: Long

Valid Range: Minimum value of 0.

Required: No

threats

The threats that were detected during the malware scan.

Type: Array of ScanResultThreat objects

Required: No

totalBytes

The total number of bytes that were scanned.

Type: Long

Valid Range: Minimum value of 0.

Required: No

totalFileCount

The total number of files that were processed during the scan.

Type: Long

Valid Range: Minimum value of 0.

Required: No

uniqueThreatCount

The total number of unique threats that were detected during the scan.

Type: Long

Valid Range: Minimum value of 0.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: