Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected typo and enhanced formatting for 0 exit codes

...

Exit CodeStatus Classification CodeStatus Classification DescriptionStatus Description
0SUCCESSSuccessful Execution

SUCCESS: AWS Step Functions workflow executed successfully.

If the Wait for Success or Failure = "True" the SUCCESS exit code means the AWS Step Functions was successfully executed.

0SUCCESSSuccessful ExecutionSUCCESS: SUCCESS: AWS Step Functions workflow started successfully

If the Wait for Success or Failure = "False" the RUNNING exit code means the AWS Step Functions was successfully triggered started.
1FAILFailed ExecutionFAIL: Unexpected error. Execute in Debug for more information.
2AUTHENTICATION_ERRORBad credentialsAUTHENTICATION_ERROR: Account cannot be authenticated.
3AUTHORIZATION_ERRORInsufficient PermissionsAUTHORIZATION_ERROR: Account is not authorized to perform the requested action.
10CONNECTION_ERRORBad connection data or connection timed outCONNECTION_ERROR: < Error Description >
11CONNECTION_ERRORExtension specific connection errorCONNECTION_ERROR: ProxyConnectionError: Failed to connect to proxy URL <url>
20DATA_VALIDATION_ERRORFailed ExecutionDATA_VALIDATION_ERROR: Some of the input fields cannot be validated. See STDOUT for more details
23FAILSuccessful ExecutionFAILED: Step Function is in FAILED state.
24FAILSuccessful ExecutionFAILED: Step Function is in ABORTED state.
25FAILSuccessful ExecutionFAILED: Step Function is in TIMEOUT state.

...