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-qldb
include
aws
qldb
model
ErrorCause.h
1
6
#pragma once
7
#include <aws/qldb/QLDB_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QLDB
13
{
14
namespace
Model
15
{
16
enum class
ErrorCause
17
{
18
NOT_SET
,
19
KINESIS_STREAM_NOT_FOUND
,
20
IAM_PERMISSION_REVOKED
21
};
22
23
namespace
ErrorCauseMapper
24
{
25
AWS_QLDB_API
ErrorCause
GetErrorCauseForName
(
const
Aws::String
& name);
26
27
AWS_QLDB_API
Aws::String
GetNameForErrorCause
(
ErrorCause
value);
28
}
// namespace ErrorCauseMapper
29
}
// namespace Model
30
}
// namespace QLDB
31
}
// namespace Aws
Aws::QLDB::Model::ErrorCauseMapper::GetNameForErrorCause
AWS_QLDB_API Aws::String GetNameForErrorCause(ErrorCause value)
Aws::QLDB::Model::ErrorCauseMapper::GetErrorCauseForName
AWS_QLDB_API ErrorCause GetErrorCauseForName(const Aws::String &name)
Aws::QLDB::Model::EncryptionStatus::NOT_SET
@ NOT_SET
Aws::QLDB::Model::ErrorCause
ErrorCause
Definition
ErrorCause.h:17
Aws::QLDB::Model::ErrorCause::KINESIS_STREAM_NOT_FOUND
@ KINESIS_STREAM_NOT_FOUND
Aws::QLDB::Model::ErrorCause::IAM_PERMISSION_REVOKED
@ IAM_PERMISSION_REVOKED
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