AWS SDK for C++
AWS SDK for C++ Version 1.11.716
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/fis/FIS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
FIS {
12
namespace
Model {
13
enum class
ExperimentReportStatus
{
NOT_SET
,
pending
,
running
,
completed
,
cancelled
,
failed
};
14
15
namespace
ExperimentReportStatusMapper {
16
AWS_FIS_API
ExperimentReportStatus
GetExperimentReportStatusForName
(
const
Aws::String
& name);
17
18
AWS_FIS_API
Aws::String
GetNameForExperimentReportStatus
(
ExperimentReportStatus
value);
19
}
// namespace ExperimentReportStatusMapper
20
}
// namespace Model
21
}
// namespace FIS
22
}
// 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:13
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