C# Class Amazon.SimpleWorkflow.RequestCancelExternalWorkflowExecutionFailedCause

Request Cancel External Workflow Execution Failed Cause
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
OPERATION_NOT_PERMITTED RequestCancelExternalWorkflowExecutionFailedCause
REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED RequestCancelExternalWorkflowExecutionFailedCause
UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION RequestCancelExternalWorkflowExecutionFailedCause

Public Methods

Method Description
FindValue ( string value ) : RequestCancelExternalWorkflowExecutionFailedCause

Finds the constant for the unique value.

RequestCancelExternalWorkflowExecutionFailedCause ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

RequestCancelExternalWorkflowExecutionFailedCause() public method

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

Property Details

OPERATION_NOT_PERMITTED public static property

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

REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED public static property

Constant REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED for RequestCancelExternalWorkflowExecutionFailedCause
public static RequestCancelExternalWorkflowExecutionFailedCause,Amazon.SimpleWorkflow REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED
return RequestCancelExternalWorkflowExecutionFailedCause

UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION public static property

Constant UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION for RequestCancelExternalWorkflowExecutionFailedCause
public static RequestCancelExternalWorkflowExecutionFailedCause,Amazon.SimpleWorkflow UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION
return RequestCancelExternalWorkflowExecutionFailedCause