Class: Aws::SWF::Types::WorkflowExecutionAlreadyStartedFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description that may help with diagnosing the cause of the fault.

Returns:

  • (String)


5683
5684
5685
5686
5687
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5683

class WorkflowExecutionAlreadyStartedFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end