C# Class Amazon.SimpleWorkflow.RecordMarkerFailedCause

Record Marker Failed Cause
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
OPERATION_NOT_PERMITTED RecordMarkerFailedCause

Public Methods

Method Description
FindValue ( string value ) : RecordMarkerFailedCause

Finds the constant for the unique value.

RecordMarkerFailedCause ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

RecordMarkerFailedCause() public method

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

Property Details

OPERATION_NOT_PERMITTED public static property

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