Skip to content

Bedrock Agentcore  >  Structures  >  ScreenshotResult

ScreenshotResult

Structure Class

ScreenshotResult dataclass

The result of a screenshot action.

Attributes

data class-attribute instance-attribute
data: bytes | None = None

The base64-encoded image data. Present only when the action succeeded.

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

The error message. Present only when the action failed.

status instance-attribute

The status of the action execution.