ContentStopEvent - Amazon Bedrock AgentCore Data Plane

ContentStopEvent

An event that signals the completion of a command execution. This event contains the final status and exit code of the executed command.

Contents

exitCode

The exit code returned by the executed command. An exit code of 0 indicates successful execution, -1 indicates a platform error, and values greater than 0 indicate command-specific errors.

Type: Integer

Required: Yes

status

The final status of the command execution. Valid values are COMPLETED for successful completion or TIMED_OUT if the command exceeded the specified timeout.

Type: String

Valid Values: COMPLETED | TIMED_OUT

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: