Amazon.SimpleWorkflow.StartChildWorkflowExecutionFailedCause.StartChildWorkflowExecutionFailedCause C# (CSharp) Method

StartChildWorkflowExecutionFailedCause() public method

Default Constructor
public StartChildWorkflowExecutionFailedCause ( string value ) : System
value string
return System
        public StartChildWorkflowExecutionFailedCause(string value)
            : base(value)
        {
        }
StartChildWorkflowExecutionFailedCause