Class WorkflowExecutionAlreadyStartedException

All Implemented Interfaces:
Serializable

public class WorkflowExecutionAlreadyStartedException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • WorkflowExecutionAlreadyStartedException

      public WorkflowExecutionAlreadyStartedException(String message)
      Constructs a new WorkflowExecutionAlreadyStartedException with the specified error message.
      Parameters:
      message - Describes the error encountered.