AWS SDK for C++
AWS SDK for C++ Version 1.11.786
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-identitystore
include
aws
identitystore
model
ConflictExceptionReason.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/identitystore/IdentityStore_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
IdentityStore {
12
namespace
Model {
13
enum class
ConflictExceptionReason
{
NOT_SET
,
UNIQUENESS_CONSTRAINT_VIOLATION
,
CONCURRENT_MODIFICATION
};
14
15
namespace
ConflictExceptionReasonMapper {
16
AWS_IDENTITYSTORE_API
ConflictExceptionReason
GetConflictExceptionReasonForName
(
const
Aws::String
& name);
17
18
AWS_IDENTITYSTORE_API
Aws::String
GetNameForConflictExceptionReason
(
ConflictExceptionReason
value);
19
}
// namespace ConflictExceptionReasonMapper
20
}
// namespace Model
21
}
// namespace IdentityStore
22
}
// namespace Aws
Aws::IdentityStore::Model::ConflictExceptionReasonMapper::GetConflictExceptionReasonForName
AWS_IDENTITYSTORE_API ConflictExceptionReason GetConflictExceptionReasonForName(const Aws::String &name)
Aws::IdentityStore::Model::ConflictExceptionReasonMapper::GetNameForConflictExceptionReason
AWS_IDENTITYSTORE_API Aws::String GetNameForConflictExceptionReason(ConflictExceptionReason value)
Aws::IdentityStore::Model::ConflictExceptionReason
ConflictExceptionReason
Definition
ConflictExceptionReason.h:13
Aws::IdentityStore::Model::ConflictExceptionReason::CONCURRENT_MODIFICATION
@ CONCURRENT_MODIFICATION
Aws::IdentityStore::Model::ConflictExceptionReason::UNIQUENESS_CONSTRAINT_VIOLATION
@ UNIQUENESS_CONSTRAINT_VIOLATION
Aws::IdentityStore::Model::AccessDeniedExceptionReason::NOT_SET
@ NOT_SET
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