AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
StartChildWorkflowExecutionFailedCause.h File Reference
#include <aws/swf/SWF_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::SWF
 
 Aws::SWF::Model
 
 Aws::SWF::Model::StartChildWorkflowExecutionFailedCauseMapper
 

Enumerations

enum  Aws::SWF::Model::StartChildWorkflowExecutionFailedCause {
  Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::NOT_SET, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::WORKFLOW_TYPE_DOES_NOT_EXIST, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::WORKFLOW_TYPE_DEPRECATED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::OPEN_CHILDREN_LIMIT_EXCEEDED,
  Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::OPEN_WORKFLOWS_LIMIT_EXCEEDED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::CHILD_CREATION_RATE_EXCEEDED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::WORKFLOW_ALREADY_RUNNING, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED,
  Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::DEFAULT_TASK_LIST_UNDEFINED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::DEFAULT_CHILD_POLICY_UNDEFINED, Aws::SWF::Model::StartChildWorkflowExecutionFailedCause::OPERATION_NOT_PERMITTED
}
 

Functions

AWS_SWF_API StartChildWorkflowExecutionFailedCause Aws::SWF::Model::StartChildWorkflowExecutionFailedCauseMapper::GetStartChildWorkflowExecutionFailedCauseForName (const Aws::String &name)
 
AWS_SWF_API Aws::String Aws::SWF::Model::StartChildWorkflowExecutionFailedCauseMapper::GetNameForStartChildWorkflowExecutionFailedCause (StartChildWorkflowExecutionFailedCause value)