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-eks
include
aws
eks
model
FargateProfileIssueCode.h
1
6
#pragma once
7
#include <aws/eks/EKS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EKS
13
{
14
namespace
Model
15
{
16
enum class
FargateProfileIssueCode
17
{
18
NOT_SET
,
19
PodExecutionRoleAlreadyInUse
,
20
AccessDenied
,
21
ClusterUnreachable
,
22
InternalFailure
23
};
24
25
namespace
FargateProfileIssueCodeMapper
26
{
27
AWS_EKS_API
FargateProfileIssueCode
GetFargateProfileIssueCodeForName
(
const
Aws::String
& name);
28
29
AWS_EKS_API
Aws::String
GetNameForFargateProfileIssueCode
(
FargateProfileIssueCode
value);
30
}
// namespace FargateProfileIssueCodeMapper
31
}
// namespace Model
32
}
// namespace EKS
33
}
// namespace Aws
Aws::EKS::Model::FargateProfileIssueCodeMapper::GetFargateProfileIssueCodeForName
AWS_EKS_API FargateProfileIssueCode GetFargateProfileIssueCodeForName(const Aws::String &name)
Aws::EKS::Model::FargateProfileIssueCodeMapper::GetNameForFargateProfileIssueCode
AWS_EKS_API Aws::String GetNameForFargateProfileIssueCode(FargateProfileIssueCode value)
Aws::EKS::Model::AccessScopeType::NOT_SET
@ NOT_SET
Aws::EKS::Model::FargateProfileIssueCode
FargateProfileIssueCode
Definition
FargateProfileIssueCode.h:17
Aws::EKS::Model::FargateProfileIssueCode::PodExecutionRoleAlreadyInUse
@ PodExecutionRoleAlreadyInUse
Aws::EKS::Model::AddonIssueCode::InternalFailure
@ InternalFailure
Aws::EKS::Model::AddonIssueCode::ClusterUnreachable
@ ClusterUnreachable
Aws::EKS::Model::AddonIssueCode::AccessDenied
@ AccessDenied
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