StatementOutput - AWS Glue

StatementOutput

The code execution output in JSON format.

Contents

Data

The code execution output.

Type: StatementOutputData object

Required: No

ErrorName

The name of the error in the output.

Type: String

Required: No

ErrorValue

The error value of the output.

Type: String

Required: No

ExecutionCount

The execution count of the output.

Type: Integer

Required: No

Status

The status of the code execution output.

Type: String

Valid Values: WAITING | RUNNING | AVAILABLE | CANCELLING | CANCELLED | ERROR

Required: No

Traceback

The traceback of the output.

Type: Array of strings

Required: No

See Also

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