Class WorkflowExecutionAlreadyStartedException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<WorkflowExecutionAlreadyStartedException.Builder,WorkflowExecutionAlreadyStartedException>

@Generated("software.amazon.awssdk:codegen") public final class WorkflowExecutionAlreadyStartedException extends SwfException implements ToCopyableBuilder<WorkflowExecutionAlreadyStartedException.Builder,WorkflowExecutionAlreadyStartedException>

Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.

See Also: