Class: Aws::SWF::Types::WorkflowExecutionAlreadyStartedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::WorkflowExecutionAlreadyStartedFault
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-swf/types.rb', line 5724 class WorkflowExecutionAlreadyStartedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |