Skip to content

Bedrock Agentcore Control  >  Structures  >  HarnessVersionSummary

HarnessVersionSummary

Structure Class

HarnessVersionSummary dataclass

Summary information about a single version of a harness.

Attributes

arn instance-attribute
arn: str

The ARN of the harness.

created_at instance-attribute
created_at: datetime

The timestamp when this harness version was created.

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

Reason why the create or update operation for this harness version failed.

harness_id instance-attribute
harness_id: str

The ID of the harness.

harness_name instance-attribute
harness_name: str

The name of the harness.

harness_version instance-attribute
harness_version: str

The version of the harness that this summary describes.

status instance-attribute
status: HarnessStatus

The status of this harness version.

updated_at instance-attribute
updated_at: datetime

The timestamp when this harness version was last updated.