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-synthetics
include
aws
synthetics
model
CanaryRunStateReasonCode.h
1
6
#pragma once
7
#include <aws/synthetics/Synthetics_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Synthetics
13
{
14
namespace
Model
15
{
16
enum class
CanaryRunStateReasonCode
17
{
18
NOT_SET
,
19
CANARY_FAILURE
,
20
EXECUTION_FAILURE
21
};
22
23
namespace
CanaryRunStateReasonCodeMapper
24
{
25
AWS_SYNTHETICS_API
CanaryRunStateReasonCode
GetCanaryRunStateReasonCodeForName
(
const
Aws::String
& name);
26
27
AWS_SYNTHETICS_API
Aws::String
GetNameForCanaryRunStateReasonCode
(
CanaryRunStateReasonCode
value);
28
}
// namespace CanaryRunStateReasonCodeMapper
29
}
// namespace Model
30
}
// namespace Synthetics
31
}
// namespace Aws
Aws::Synthetics::Model::CanaryRunStateReasonCodeMapper::GetCanaryRunStateReasonCodeForName
AWS_SYNTHETICS_API CanaryRunStateReasonCode GetCanaryRunStateReasonCodeForName(const Aws::String &name)
Aws::Synthetics::Model::CanaryRunStateReasonCodeMapper::GetNameForCanaryRunStateReasonCode
AWS_SYNTHETICS_API Aws::String GetNameForCanaryRunStateReasonCode(CanaryRunStateReasonCode value)
Aws::Synthetics::Model::CanaryRunState::NOT_SET
@ NOT_SET
Aws::Synthetics::Model::CanaryRunStateReasonCode
CanaryRunStateReasonCode
Definition
CanaryRunStateReasonCode.h:17
Aws::Synthetics::Model::CanaryRunStateReasonCode::CANARY_FAILURE
@ CANARY_FAILURE
Aws::Synthetics::Model::CanaryRunStateReasonCode::EXECUTION_FAILURE
@ EXECUTION_FAILURE
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