Skip to content

Guardduty  >  Structures  >  HighestSeverityThreatDetails

HighestSeverityThreatDetails

Structure Class

HighestSeverityThreatDetails dataclass

Contains details of the highest severity threat detected during scan and number of infected files.

Attributes

count class-attribute instance-attribute
count: int | None = None

Total number of infected files with the highest severity threat detected.

severity class-attribute instance-attribute
severity: str | None = None

Severity level of the highest severity threat detected.

threat_name class-attribute instance-attribute
threat_name: str | None = None

Threat name of the highest severity threat detected as part of the malware scan.