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-dynamodb
include
aws
dynamodb
model
BatchStatementErrorCodeEnum.h
1
6
#pragma once
7
#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
DynamoDB
13
{
14
namespace
Model
15
{
16
enum class
BatchStatementErrorCodeEnum
17
{
18
NOT_SET
,
19
ConditionalCheckFailed
,
20
ItemCollectionSizeLimitExceeded
,
21
RequestLimitExceeded
,
22
ValidationError
,
23
ProvisionedThroughputExceeded
,
24
TransactionConflict
,
25
ThrottlingError
,
26
InternalServerError
,
27
ResourceNotFound
,
28
AccessDenied
,
29
DuplicateItem
30
};
31
32
namespace
BatchStatementErrorCodeEnumMapper
33
{
34
AWS_DYNAMODB_API
BatchStatementErrorCodeEnum
GetBatchStatementErrorCodeEnumForName
(
const
Aws::String
& name);
35
36
AWS_DYNAMODB_API
Aws::String
GetNameForBatchStatementErrorCodeEnum
(
BatchStatementErrorCodeEnum
value);
37
}
// namespace BatchStatementErrorCodeEnumMapper
38
}
// namespace Model
39
}
// namespace DynamoDB
40
}
// namespace Aws
Aws::DynamoDB::Model::BatchStatementErrorCodeEnumMapper::GetNameForBatchStatementErrorCodeEnum
AWS_DYNAMODB_API Aws::String GetNameForBatchStatementErrorCodeEnum(BatchStatementErrorCodeEnum value)
Aws::DynamoDB::Model::BatchStatementErrorCodeEnumMapper::GetBatchStatementErrorCodeEnumForName
AWS_DYNAMODB_API BatchStatementErrorCodeEnum GetBatchStatementErrorCodeEnumForName(const Aws::String &name)
Aws::DynamoDB::Model::ApproximateCreationDateTimePrecision::NOT_SET
@ NOT_SET
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum
BatchStatementErrorCodeEnum
Definition
BatchStatementErrorCodeEnum.h:17
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::TransactionConflict
@ TransactionConflict
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ThrottlingError
@ ThrottlingError
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ProvisionedThroughputExceeded
@ ProvisionedThroughputExceeded
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::DuplicateItem
@ DuplicateItem
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ValidationError
@ ValidationError
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::RequestLimitExceeded
@ RequestLimitExceeded
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ResourceNotFound
@ ResourceNotFound
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ItemCollectionSizeLimitExceeded
@ ItemCollectionSizeLimitExceeded
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::AccessDenied
@ AccessDenied
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::InternalServerError
@ InternalServerError
Aws::DynamoDB::Model::BatchStatementErrorCodeEnum::ConditionalCheckFailed
@ ConditionalCheckFailed
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