AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-swf
include
aws
swf
model
StartTimerFailedCause.h
1
6
#pragma once
7
#include <aws/swf/SWF_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SWF
13
{
14
namespace
Model
15
{
16
enum class
StartTimerFailedCause
17
{
18
NOT_SET
,
19
TIMER_ID_ALREADY_IN_USE
,
20
OPEN_TIMERS_LIMIT_EXCEEDED
,
21
TIMER_CREATION_RATE_EXCEEDED
,
22
OPERATION_NOT_PERMITTED
23
};
24
25
namespace
StartTimerFailedCauseMapper
26
{
27
AWS_SWF_API
StartTimerFailedCause
GetStartTimerFailedCauseForName
(
const
Aws::String
& name);
28
29
AWS_SWF_API
Aws::String
GetNameForStartTimerFailedCause
(
StartTimerFailedCause
value);
30
}
// namespace StartTimerFailedCauseMapper
31
}
// namespace Model
32
}
// namespace SWF
33
}
// namespace Aws
Aws::SWF::Model::StartTimerFailedCauseMapper::GetStartTimerFailedCauseForName
AWS_SWF_API StartTimerFailedCause GetStartTimerFailedCauseForName(const Aws::String &name)
Aws::SWF::Model::StartTimerFailedCauseMapper::GetNameForStartTimerFailedCause
AWS_SWF_API Aws::String GetNameForStartTimerFailedCause(StartTimerFailedCause value)
Aws::SWF::Model::StartTimerFailedCause
StartTimerFailedCause
Definition
StartTimerFailedCause.h:17
Aws::SWF::Model::StartTimerFailedCause::TIMER_ID_ALREADY_IN_USE
@ TIMER_ID_ALREADY_IN_USE
Aws::SWF::Model::StartTimerFailedCause::TIMER_CREATION_RATE_EXCEEDED
@ TIMER_CREATION_RATE_EXCEEDED
Aws::SWF::Model::StartTimerFailedCause::OPEN_TIMERS_LIMIT_EXCEEDED
@ OPEN_TIMERS_LIMIT_EXCEEDED
Aws::SWF::Model::CancelTimerFailedCause::OPERATION_NOT_PERMITTED
@ OPERATION_NOT_PERMITTED
Aws::SWF::Model::ActivityTaskTimeoutType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences