C# Class Amazon.SimpleWorkflow.StartTimerFailedCause

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

Public Properties

Property Type Description
OPEN_TIMERS_LIMIT_EXCEEDED StartTimerFailedCause
OPERATION_NOT_PERMITTED StartTimerFailedCause
TIMER_CREATION_RATE_EXCEEDED StartTimerFailedCause
TIMER_ID_ALREADY_IN_USE StartTimerFailedCause

Public Methods

Method Description
FindValue ( string value ) : StartTimerFailedCause

Finds the constant for the unique value.

StartTimerFailedCause ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

StartTimerFailedCause() public method

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

Property Details

OPEN_TIMERS_LIMIT_EXCEEDED public static property

Constant OPEN_TIMERS_LIMIT_EXCEEDED for StartTimerFailedCause
public static StartTimerFailedCause,Amazon.SimpleWorkflow OPEN_TIMERS_LIMIT_EXCEEDED
return StartTimerFailedCause

OPERATION_NOT_PERMITTED public static property

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

TIMER_CREATION_RATE_EXCEEDED public static property

Constant TIMER_CREATION_RATE_EXCEEDED for StartTimerFailedCause
public static StartTimerFailedCause,Amazon.SimpleWorkflow TIMER_CREATION_RATE_EXCEEDED
return StartTimerFailedCause

TIMER_ID_ALREADY_IN_USE public static property

Constant TIMER_ID_ALREADY_IN_USE for StartTimerFailedCause
public static StartTimerFailedCause,Amazon.SimpleWorkflow TIMER_ID_ALREADY_IN_USE
return StartTimerFailedCause