AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-fis
include
aws
fis
model
ExperimentReportStatus.h
1
6
#pragma once
7
#include <aws/fis/FIS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
FIS
13
{
14
namespace
Model
15
{
16
enum class
ExperimentReportStatus
17
{
18
NOT_SET
,
19
pending
,
20
running
,
21
completed
,
22
cancelled
,
23
failed
24
};
25
26
namespace
ExperimentReportStatusMapper
27
{
28
AWS_FIS_API
ExperimentReportStatus
GetExperimentReportStatusForName
(
const
Aws::String
& name);
29
30
AWS_FIS_API
Aws::String
GetNameForExperimentReportStatus
(
ExperimentReportStatus
value);
31
}
// namespace ExperimentReportStatusMapper
32
}
// namespace Model
33
}
// namespace FIS
34
}
// namespace Aws
Aws::FIS::Model::ExperimentReportStatusMapper::GetExperimentReportStatusForName
AWS_FIS_API ExperimentReportStatus GetExperimentReportStatusForName(const Aws::String &name)
Aws::FIS::Model::ExperimentReportStatusMapper::GetNameForExperimentReportStatus
AWS_FIS_API Aws::String GetNameForExperimentReportStatus(ExperimentReportStatus value)
Aws::FIS::Model::ExperimentActionStatus::failed
@ failed
Aws::FIS::Model::ExperimentActionStatus::cancelled
@ cancelled
Aws::FIS::Model::ExperimentActionStatus::running
@ running
Aws::FIS::Model::ExperimentActionStatus::pending
@ pending
Aws::FIS::Model::ExperimentActionStatus::completed
@ completed
Aws::FIS::Model::AccountTargeting::NOT_SET
@ NOT_SET
Aws::FIS::Model::ExperimentReportStatus
ExperimentReportStatus
Definition
ExperimentReportStatus.h:17
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