@aws-sdk/client-apptest

StepRunStatus Variable

Full Signature

StepRunStatus: {
    readonly FAILED: "Failed"
    readonly RUNNING: "Running";
    readonly SUCCESS: "Success";
}