Bedrock Agentcore > Structures > MouseDragResult MouseDragResult¶ Structure Class¶ MouseDragResult dataclass ¶ The result of a mouse drag action. Attributes¶ error class-attribute instance-attribute ¶ error: str | None = None The error message. Present only when the action failed. status instance-attribute ¶ status: BrowserActionStatus The status of the action execution.