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-cloudcontrol
include
aws
cloudcontrol
model
HandlerErrorCode.h
1
6
#pragma once
7
#include <aws/cloudcontrol/CloudControlApi_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CloudControlApi
13
{
14
namespace
Model
15
{
16
enum class
HandlerErrorCode
17
{
18
NOT_SET
,
19
NotUpdatable
,
20
InvalidRequest
,
21
AccessDenied
,
22
InvalidCredentials
,
23
AlreadyExists
,
24
NotFound
,
25
ResourceConflict
,
26
Throttling
,
27
ServiceLimitExceeded
,
28
NotStabilized
,
29
GeneralServiceException
,
30
ServiceInternalError
,
31
ServiceTimeout
,
32
NetworkFailure
,
33
InternalFailure
34
};
35
36
namespace
HandlerErrorCodeMapper
37
{
38
AWS_CLOUDCONTROLAPI_API
HandlerErrorCode
GetHandlerErrorCodeForName
(
const
Aws::String
& name);
39
40
AWS_CLOUDCONTROLAPI_API
Aws::String
GetNameForHandlerErrorCode
(
HandlerErrorCode
value);
41
}
// namespace HandlerErrorCodeMapper
42
}
// namespace Model
43
}
// namespace CloudControlApi
44
}
// namespace Aws
Aws::CloudControlApi::Model::HandlerErrorCodeMapper::GetNameForHandlerErrorCode
AWS_CLOUDCONTROLAPI_API Aws::String GetNameForHandlerErrorCode(HandlerErrorCode value)
Aws::CloudControlApi::Model::HandlerErrorCodeMapper::GetHandlerErrorCodeForName
AWS_CLOUDCONTROLAPI_API HandlerErrorCode GetHandlerErrorCodeForName(const Aws::String &name)
Aws::CloudControlApi::Model::HandlerErrorCode
HandlerErrorCode
Definition
HandlerErrorCode.h:17
Aws::CloudControlApi::Model::HandlerErrorCode::NOT_SET
@ NOT_SET
Aws::CloudControlApi::Model::HandlerErrorCode::ServiceTimeout
@ ServiceTimeout
Aws::CloudControlApi::Model::HandlerErrorCode::InvalidCredentials
@ InvalidCredentials
Aws::CloudControlApi::Model::HandlerErrorCode::NotFound
@ NotFound
Aws::CloudControlApi::Model::HandlerErrorCode::Throttling
@ Throttling
Aws::CloudControlApi::Model::HandlerErrorCode::GeneralServiceException
@ GeneralServiceException
Aws::CloudControlApi::Model::HandlerErrorCode::NotStabilized
@ NotStabilized
Aws::CloudControlApi::Model::HandlerErrorCode::NetworkFailure
@ NetworkFailure
Aws::CloudControlApi::Model::HandlerErrorCode::AlreadyExists
@ AlreadyExists
Aws::CloudControlApi::Model::HandlerErrorCode::InternalFailure
@ InternalFailure
Aws::CloudControlApi::Model::HandlerErrorCode::ServiceLimitExceeded
@ ServiceLimitExceeded
Aws::CloudControlApi::Model::HandlerErrorCode::ServiceInternalError
@ ServiceInternalError
Aws::CloudControlApi::Model::HandlerErrorCode::NotUpdatable
@ NotUpdatable
Aws::CloudControlApi::Model::HandlerErrorCode::AccessDenied
@ AccessDenied
Aws::CloudControlApi::Model::HandlerErrorCode::InvalidRequest
@ InvalidRequest
Aws::CloudControlApi::Model::HandlerErrorCode::ResourceConflict
@ ResourceConflict
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