AWS SDK for C++
AWS SDK for C++ Version 1.11.717
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/location/LocationService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LocationService {
12
namespace
Model {
13
enum class
BatchItemErrorCode
{
14
NOT_SET
,
15
AccessDeniedError
,
16
ConflictError
,
17
InternalServerError
,
18
ResourceNotFoundError
,
19
ThrottlingError
,
20
ValidationError
21
};
22
23
namespace
BatchItemErrorCodeMapper {
24
AWS_LOCATIONSERVICE_API
BatchItemErrorCode
GetBatchItemErrorCodeForName
(
const
Aws::String
& name);
25
26
AWS_LOCATIONSERVICE_API
Aws::String
GetNameForBatchItemErrorCode
(
BatchItemErrorCode
value);
27
}
// namespace BatchItemErrorCodeMapper
28
}
// namespace Model
29
}
// namespace LocationService
30
}
// 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:13
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