Skip to content

Bedrock Agentcore  >  Structures  >  FailureSubCategoryCluster

FailureSubCategoryCluster

Structure Class

FailureSubCategoryCluster dataclass

A subcategory of failures within a top-level failure category.

Attributes

affected_session_count instance-attribute
affected_session_count: int

The number of sessions affected by this failure subcategory.

cluster_id instance-attribute
cluster_id: int

The unique identifier of the failure subcategory cluster.

description instance-attribute
description: str

A description of the failure subcategory pattern.

name instance-attribute
name: str

The name of the failure subcategory.

root_causes instance-attribute
root_causes: list[RootCauseCluster]

The list of root cause clusters identified within this subcategory.