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-location
include
aws
location
model
BatchItemErrorCode.h
1
6
#pragma once
7
#include <aws/location/LocationService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
LocationService
13
{
14
namespace
Model
15
{
16
enum class
BatchItemErrorCode
17
{
18
NOT_SET
,
19
AccessDeniedError
,
20
ConflictError
,
21
InternalServerError
,
22
ResourceNotFoundError
,
23
ThrottlingError
,
24
ValidationError
25
};
26
27
namespace
BatchItemErrorCodeMapper
28
{
29
AWS_LOCATIONSERVICE_API
BatchItemErrorCode
GetBatchItemErrorCodeForName
(
const
Aws::String
& name);
30
31
AWS_LOCATIONSERVICE_API
Aws::String
GetNameForBatchItemErrorCode
(
BatchItemErrorCode
value);
32
}
// namespace BatchItemErrorCodeMapper
33
}
// namespace Model
34
}
// namespace LocationService
35
}
// namespace Aws
Aws::LocationService::Model::BatchItemErrorCodeMapper::GetNameForBatchItemErrorCode
AWS_LOCATIONSERVICE_API Aws::String GetNameForBatchItemErrorCode(BatchItemErrorCode value)
Aws::LocationService::Model::BatchItemErrorCodeMapper::GetBatchItemErrorCodeForName
AWS_LOCATIONSERVICE_API BatchItemErrorCode GetBatchItemErrorCodeForName(const Aws::String &name)
Aws::LocationService::Model::BatchItemErrorCode
BatchItemErrorCode
Definition
BatchItemErrorCode.h:17
Aws::LocationService::Model::BatchItemErrorCode::NOT_SET
@ NOT_SET
Aws::LocationService::Model::BatchItemErrorCode::ThrottlingError
@ ThrottlingError
Aws::LocationService::Model::BatchItemErrorCode::ResourceNotFoundError
@ ResourceNotFoundError
Aws::LocationService::Model::BatchItemErrorCode::ValidationError
@ ValidationError
Aws::LocationService::Model::BatchItemErrorCode::AccessDeniedError
@ AccessDeniedError
Aws::LocationService::Model::BatchItemErrorCode::InternalServerError
@ InternalServerError
Aws::LocationService::Model::BatchItemErrorCode::ConflictError
@ ConflictError
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