WorkflowExecutionAlreadyStartedFault constructor
Implementation
WorkflowExecutionAlreadyStartedFault({String? type, String? message})
: super(
type: type,
code: 'WorkflowExecutionAlreadyStartedFault',
message: message);