

# CodeInterpreterInvocationOutput
<a name="API_agent-runtime_CodeInterpreterInvocationOutput"></a>

Contains the JSON-formatted string returned by the API invoked by the code interpreter.

## Contents
<a name="API_agent-runtime_CodeInterpreterInvocationOutput_Contents"></a>

 ** executionError **   <a name="bedrock-Type-agent-runtime_CodeInterpreterInvocationOutput-executionError"></a>
Contains the error returned from code execution.  
Type: String  
Required: No

 ** executionOutput **   <a name="bedrock-Type-agent-runtime_CodeInterpreterInvocationOutput-executionOutput"></a>
Contains the successful output returned from code execution  
Type: String  
Required: No

 ** executionTimeout **   <a name="bedrock-Type-agent-runtime_CodeInterpreterInvocationOutput-executionTimeout"></a>
Indicates if the execution of the code timed out.  
Type: Boolean  
Required: No

 ** files **   <a name="bedrock-Type-agent-runtime_CodeInterpreterInvocationOutput-files"></a>
Contains output files, if generated by code execution.  
Type: Array of strings  
Required: No

 ** metadata **   <a name="bedrock-Type-agent-runtime_CodeInterpreterInvocationOutput-metadata"></a>
Contains information about the output from the code interpreter.  
Type: [Metadata](API_agent-runtime_Metadata.md) object  
Required: No

## See Also
<a name="API_agent-runtime_CodeInterpreterInvocationOutput_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agent-runtime-2023-07-26/CodeInterpreterInvocationOutput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agent-runtime-2023-07-26/CodeInterpreterInvocationOutput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agent-runtime-2023-07-26/CodeInterpreterInvocationOutput) 