C# Class Amazon.SimpleWorkflow.StartChildWorkflowExecutionFailedCause

Start Child Workflow Execution Failed Cause
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
CHILD_CREATION_RATE_EXCEEDED StartChildWorkflowExecutionFailedCause
DEFAULT_CHILD_POLICY_UNDEFINED StartChildWorkflowExecutionFailedCause
DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED StartChildWorkflowExecutionFailedCause
DEFAULT_TASK_LIST_UNDEFINED StartChildWorkflowExecutionFailedCause
DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED StartChildWorkflowExecutionFailedCause
OPEN_CHILDREN_LIMIT_EXCEEDED StartChildWorkflowExecutionFailedCause
OPEN_WORKFLOWS_LIMIT_EXCEEDED StartChildWorkflowExecutionFailedCause
OPERATION_NOT_PERMITTED StartChildWorkflowExecutionFailedCause
WORKFLOW_ALREADY_RUNNING StartChildWorkflowExecutionFailedCause
WORKFLOW_TYPE_DEPRECATED StartChildWorkflowExecutionFailedCause
WORKFLOW_TYPE_DOES_NOT_EXIST StartChildWorkflowExecutionFailedCause

Public Methods

Method Description
FindValue ( string value ) : StartChildWorkflowExecutionFailedCause

Finds the constant for the unique value.

StartChildWorkflowExecutionFailedCause ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : StartChildWorkflowExecutionFailedCause
value string The unique value for the constant
return StartChildWorkflowExecutionFailedCause

StartChildWorkflowExecutionFailedCause() public method

Default Constructor
public StartChildWorkflowExecutionFailedCause ( string value ) : System
value string
return System

Property Details

CHILD_CREATION_RATE_EXCEEDED public static property

Constant CHILD_CREATION_RATE_EXCEEDED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow CHILD_CREATION_RATE_EXCEEDED
return StartChildWorkflowExecutionFailedCause

DEFAULT_CHILD_POLICY_UNDEFINED public static property

Constant DEFAULT_CHILD_POLICY_UNDEFINED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_CHILD_POLICY_UNDEFINED
return StartChildWorkflowExecutionFailedCause

DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED public static property

Constant DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED
return StartChildWorkflowExecutionFailedCause

DEFAULT_TASK_LIST_UNDEFINED public static property

Constant DEFAULT_TASK_LIST_UNDEFINED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_TASK_LIST_UNDEFINED
return StartChildWorkflowExecutionFailedCause

DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED public static property

Constant DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED
return StartChildWorkflowExecutionFailedCause

OPEN_CHILDREN_LIMIT_EXCEEDED public static property

Constant OPEN_CHILDREN_LIMIT_EXCEEDED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow OPEN_CHILDREN_LIMIT_EXCEEDED
return StartChildWorkflowExecutionFailedCause

OPEN_WORKFLOWS_LIMIT_EXCEEDED public static property

Constant OPEN_WORKFLOWS_LIMIT_EXCEEDED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow OPEN_WORKFLOWS_LIMIT_EXCEEDED
return StartChildWorkflowExecutionFailedCause

OPERATION_NOT_PERMITTED public static property

Constant OPERATION_NOT_PERMITTED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow OPERATION_NOT_PERMITTED
return StartChildWorkflowExecutionFailedCause

WORKFLOW_ALREADY_RUNNING public static property

Constant WORKFLOW_ALREADY_RUNNING for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow WORKFLOW_ALREADY_RUNNING
return StartChildWorkflowExecutionFailedCause

WORKFLOW_TYPE_DEPRECATED public static property

Constant WORKFLOW_TYPE_DEPRECATED for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow WORKFLOW_TYPE_DEPRECATED
return StartChildWorkflowExecutionFailedCause

WORKFLOW_TYPE_DOES_NOT_EXIST public static property

Constant WORKFLOW_TYPE_DOES_NOT_EXIST for StartChildWorkflowExecutionFailedCause
public static StartChildWorkflowExecutionFailedCause,Amazon.SimpleWorkflow WORKFLOW_TYPE_DOES_NOT_EXIST
return StartChildWorkflowExecutionFailedCause