View source: R/sfn_operations.R
sfn_delete_state_machine_version | R Documentation |
Deletes a state machine version. After you delete a version, you can't call start_execution
using that version's ARN or use the version with a state machine alias.
See https://www.paws-r-sdk.com/docs/sfn_delete_state_machine_version/ for full documentation.
sfn_delete_state_machine_version(stateMachineVersionArn)
stateMachineVersionArn |
[required] The Amazon Resource Name (ARN) of the state machine version to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.