

# GetMalwareScanResultDetails


Contains information about the results of the malware scan.

## Contents


 ** failedFileCount **   <a name="guardduty-Type-GetMalwareScanResultDetails-failedFileCount"></a>
The total number of files that failed to be scanned.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: No

 ** scanResultStatus **   <a name="guardduty-Type-GetMalwareScanResultDetails-scanResultStatus"></a>
Status indicating whether threats were found for a completed scan.  
Type: String  
Valid Values: `NO_THREATS_FOUND | THREATS_FOUND`   
Required: No

 ** skippedFileCount **   <a name="guardduty-Type-GetMalwareScanResultDetails-skippedFileCount"></a>
The total number of files that were skipped during the scan.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: No

 ** threatFoundFileCount **   <a name="guardduty-Type-GetMalwareScanResultDetails-threatFoundFileCount"></a>
The total number of files in which threats were detected.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: No

 ** threats **   <a name="guardduty-Type-GetMalwareScanResultDetails-threats"></a>
The threats that were detected during the malware scan.  
Type: Array of [ScanResultThreat](API_ScanResultThreat.md) objects  
Required: No

 ** totalBytes **   <a name="guardduty-Type-GetMalwareScanResultDetails-totalBytes"></a>
The total number of bytes that were scanned.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: No

 ** totalFileCount **   <a name="guardduty-Type-GetMalwareScanResultDetails-totalFileCount"></a>
The total number of files that were processed during the scan.  
Type: Long  
Valid Range: Minimum value of 0.  
Required: No

 ** uniqueThreatCount **   <a name="guardduty-Type-GetMalwareScanResultDetails-uniqueThreatCount"></a>
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:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/guardduty-2017-11-28/GetMalwareScanResultDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/guardduty-2017-11-28/GetMalwareScanResultDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/guardduty-2017-11-28/GetMalwareScanResultDetails) 