correct description of error for invalid state machine arn
This commit is contained in:
parent
33398d628f
commit
7f33ec4420
@ -143,7 +143,7 @@ class StepFunctionBackend(BaseBackend):
|
||||
def _validate_machine_arn(self, machine_arn):
|
||||
self._validate_arn(arn=machine_arn,
|
||||
regex=self.accepted_mchn_arn_format,
|
||||
invalid_msg="Invalid Role Arn: '" + machine_arn + "'")
|
||||
invalid_msg="Invalid State Machine Arn: '" + machine_arn + "'")
|
||||
|
||||
def _validate_execution_arn(self, execution_arn):
|
||||
self._validate_arn(arn=execution_arn,
|
||||
|
Loading…
Reference in New Issue
Block a user