Errors¶
-
class
aws_cdk.aws_stepfunctions.
Errors
¶ Bases:
object
Predefined error strings Error names in Amazon States Language - https://states-language.net/spec.html#appendix-a Error handling in Step Functions - https://docs.aws.amazon.com/step-functions/latest/dg/concepts-error-handling.html.
Attributes
-
ALL
= 'States.ALL'¶
-
BRANCH_FAILED
= 'States.BranchFailed'¶
-
NO_CHOICE_MATCHED
= 'States.NoChoiceMatched'¶
-
PARAMETER_PATH_FAILURE
= 'States.ParameterPathFailure'¶
-
PERMISSIONS
= 'States.Permissions'¶
-
RESULT_PATH_MATCH_FAILURE
= 'States.ResultPathMatchFailure'¶
-
TASKS_FAILED
= 'States.TaskFailed'¶
-
TIMEOUT
= 'States.Timeout'¶
-