AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Enumerations | Functions
StartTimerFailedCause.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::StartTimerFailedCauseMapper
 

Enumerations

enum  Aws::SWF::Model::StartTimerFailedCause {
  Aws::SWF::Model::StartTimerFailedCause::NOT_SET, Aws::SWF::Model::StartTimerFailedCause::TIMER_ID_ALREADY_IN_USE, Aws::SWF::Model::StartTimerFailedCause::OPEN_TIMERS_LIMIT_EXCEEDED, Aws::SWF::Model::StartTimerFailedCause::TIMER_CREATION_RATE_EXCEEDED,
  Aws::SWF::Model::StartTimerFailedCause::OPERATION_NOT_PERMITTED
}
 

Functions

AWS_SWF_API StartTimerFailedCause Aws::SWF::Model::StartTimerFailedCauseMapper::GetStartTimerFailedCauseForName (const Aws::String &name)
 
AWS_SWF_API Aws::String Aws::SWF::Model::StartTimerFailedCauseMapper::GetNameForStartTimerFailedCause (StartTimerFailedCause value)