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
ErrorCode.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
ErrorCode
17
{
18
NOT_SET
,
19
SubnetNotFound
,
20
SecurityGroupNotFound
,
21
EniLimitReached
,
22
IpNotAvailable
,
23
AccessDenied
,
24
OperationNotPermitted
,
25
VpcIdNotFound
,
26
Unknown
,
27
NodeCreationFailure
,
28
PodEvictionFailure
,
29
InsufficientFreeAddresses
,
30
ClusterUnreachable
,
31
InsufficientNumberOfReplicas
,
32
ConfigurationConflict
,
33
AdmissionRequestDenied
,
34
UnsupportedAddonModification
,
35
K8sResourceNotFound
36
};
37
38
namespace
ErrorCodeMapper
39
{
40
AWS_EKS_API
ErrorCode
GetErrorCodeForName
(
const
Aws::String
& name);
41
42
AWS_EKS_API
Aws::String
GetNameForErrorCode
(
ErrorCode
value);
43
}
// namespace ErrorCodeMapper
44
}
// namespace Model
45
}
// namespace EKS
46
}
// namespace Aws
Aws::EKS::Model::ErrorCodeMapper::GetErrorCodeForName
AWS_EKS_API ErrorCode GetErrorCodeForName(const Aws::String &name)
Aws::EKS::Model::ErrorCodeMapper::GetNameForErrorCode
AWS_EKS_API Aws::String GetNameForErrorCode(ErrorCode value)
Aws::EKS::Model::AccessScopeType::NOT_SET
@ NOT_SET
Aws::EKS::Model::AddonIssueCode::InsufficientNumberOfReplicas
@ InsufficientNumberOfReplicas
Aws::EKS::Model::AddonIssueCode::ConfigurationConflict
@ ConfigurationConflict
Aws::EKS::Model::AddonIssueCode::K8sResourceNotFound
@ K8sResourceNotFound
Aws::EKS::Model::AddonIssueCode::ClusterUnreachable
@ ClusterUnreachable
Aws::EKS::Model::AddonIssueCode::AccessDenied
@ AccessDenied
Aws::EKS::Model::AddonIssueCode::UnsupportedAddonModification
@ UnsupportedAddonModification
Aws::EKS::Model::AddonIssueCode::AdmissionRequestDenied
@ AdmissionRequestDenied
Aws::EKS::Model::ClusterIssueCode::InsufficientFreeAddresses
@ InsufficientFreeAddresses
Aws::EKS::Model::ErrorCode
ErrorCode
Definition
ErrorCode.h:17
Aws::EKS::Model::ErrorCode::NodeCreationFailure
@ NodeCreationFailure
Aws::EKS::Model::ErrorCode::IpNotAvailable
@ IpNotAvailable
Aws::EKS::Model::ErrorCode::PodEvictionFailure
@ PodEvictionFailure
Aws::EKS::Model::ErrorCode::OperationNotPermitted
@ OperationNotPermitted
Aws::EKS::Model::ErrorCode::SubnetNotFound
@ SubnetNotFound
Aws::EKS::Model::ErrorCode::VpcIdNotFound
@ VpcIdNotFound
Aws::EKS::Model::ErrorCode::Unknown
@ Unknown
Aws::EKS::Model::ErrorCode::SecurityGroupNotFound
@ SecurityGroupNotFound
Aws::EKS::Model::ErrorCode::EniLimitReached
@ EniLimitReached
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