AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
ContinueAsNewWorkflowExecutionFailedCause.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::ContinueAsNewWorkflowExecutionFailedCauseMapper
 

Enumerations

enum  Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause {
  Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::NOT_SET, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::UNHANDLED_DECISION, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::WORKFLOW_TYPE_DEPRECATED, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::WORKFLOW_TYPE_DOES_NOT_EXIST,
  Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::DEFAULT_TASK_LIST_UNDEFINED, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::DEFAULT_CHILD_POLICY_UNDEFINED,
  Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED, Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCause::OPERATION_NOT_PERMITTED
}
 

Functions

AWS_SWF_API ContinueAsNewWorkflowExecutionFailedCause Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCauseMapper::GetContinueAsNewWorkflowExecutionFailedCauseForName (const Aws::String &name)
 
AWS_SWF_API Aws::String Aws::SWF::Model::ContinueAsNewWorkflowExecutionFailedCauseMapper::GetNameForContinueAsNewWorkflowExecutionFailedCause (ContinueAsNewWorkflowExecutionFailedCause value)