View a markdown version of this page

GetExecutionOutput - AWS Diagnostic Tools

GetExecutionOutput

Retrieve the output for an Execution using its ID.

Request Syntax

{ "identifier": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

identifier

The unique identifier for an existing execution. The execution ID is returned by StartExecution

Type: String

Length Constraints: Minimum length of 12. Maximum length of 2048.

Required: Yes

Response Syntax

{ "executionOutput": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

executionOutput

Execution Output Object

Type: String

Errors

For information about the errors that are common to all actions, see Common Error Types.

AccessDeniedException

User does not have sufficient access to perform this action.

message

Throttle error message.

HTTP Status Code: 400

ConflictException

Updating or deleting a resource can cause an inconsistent state.

message

Reason for the Conflict.

resourceId

The unique ID of the resource referenced in the failed request.