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

ContinueAsNewWorkflowExecutionFailedCause() public method

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