@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum StartChildWorkflowExecutionFailedCause extends Enum<StartChildWorkflowExecutionFailedCause>
Modifier and Type | Method and Description |
---|---|
static StartChildWorkflowExecutionFailedCause |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static StartChildWorkflowExecutionFailedCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartChildWorkflowExecutionFailedCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_TYPE_DOES_NOT_EXIST
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_TYPE_DEPRECATED
public static final StartChildWorkflowExecutionFailedCause OPEN_CHILDREN_LIMIT_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause OPEN_WORKFLOWS_LIMIT_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause CHILD_CREATION_RATE_EXCEEDED
public static final StartChildWorkflowExecutionFailedCause WORKFLOW_ALREADY_RUNNING
public static final StartChildWorkflowExecutionFailedCause DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_TASK_LIST_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause DEFAULT_CHILD_POLICY_UNDEFINED
public static final StartChildWorkflowExecutionFailedCause OPERATION_NOT_PERMITTED
public static StartChildWorkflowExecutionFailedCause[] values()
for (StartChildWorkflowExecutionFailedCause c : StartChildWorkflowExecutionFailedCause.values()) System.out.println(c);
public static StartChildWorkflowExecutionFailedCause valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<StartChildWorkflowExecutionFailedCause>
public static StartChildWorkflowExecutionFailedCause fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.