AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
FailureReasonCode.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Connect
13
{
14
namespace
Model
15
{
16
enum class
FailureReasonCode
17
{
18
NOT_SET
,
19
INVALID_ATTRIBUTE_KEY
,
20
INVALID_CUSTOMER_ENDPOINT
,
21
INVALID_SYSTEM_ENDPOINT
,
22
INVALID_QUEUE
,
23
MISSING_CAMPAIGN
,
24
MISSING_CUSTOMER_ENDPOINT
,
25
MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT
,
26
REQUEST_THROTTLED
,
27
IDEMPOTENCY_EXCEPTION
,
28
INTERNAL_ERROR
29
};
30
31
namespace
FailureReasonCodeMapper
32
{
33
AWS_CONNECT_API
FailureReasonCode
GetFailureReasonCodeForName
(
const
Aws::String
& name);
34
35
AWS_CONNECT_API
Aws::String
GetNameForFailureReasonCode
(
FailureReasonCode
value);
36
}
// namespace FailureReasonCodeMapper
37
}
// namespace Model
38
}
// namespace Connect
39
}
// namespace Aws
Aws::Connect::Model::FailureReasonCodeMapper::GetNameForFailureReasonCode
AWS_CONNECT_API Aws::String GetNameForFailureReasonCode(FailureReasonCode value)
Aws::Connect::Model::FailureReasonCodeMapper::GetFailureReasonCodeForName
AWS_CONNECT_API FailureReasonCode GetFailureReasonCodeForName(const Aws::String &name)
Aws::Connect::Model::FailureReasonCode
FailureReasonCode
Definition
FailureReasonCode.h:17
Aws::Connect::Model::FailureReasonCode::IDEMPOTENCY_EXCEPTION
@ IDEMPOTENCY_EXCEPTION
Aws::Connect::Model::FailureReasonCode::REQUEST_THROTTLED
@ REQUEST_THROTTLED
Aws::Connect::Model::FailureReasonCode::INVALID_SYSTEM_ENDPOINT
@ INVALID_SYSTEM_ENDPOINT
Aws::Connect::Model::FailureReasonCode::INVALID_QUEUE
@ INVALID_QUEUE
Aws::Connect::Model::FailureReasonCode::INVALID_ATTRIBUTE_KEY
@ INVALID_ATTRIBUTE_KEY
Aws::Connect::Model::FailureReasonCode::MISSING_CAMPAIGN
@ MISSING_CAMPAIGN
Aws::Connect::Model::FailureReasonCode::MISSING_CUSTOMER_ENDPOINT
@ MISSING_CUSTOMER_ENDPOINT
Aws::Connect::Model::FailureReasonCode::MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT
@ MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT
Aws::Connect::Model::FailureReasonCode::INVALID_CUSTOMER_ENDPOINT
@ INVALID_CUSTOMER_ENDPOINT
Aws::Connect::Model::FailureReasonCode::INTERNAL_ERROR
@ INTERNAL_ERROR
Aws::Connect::Model::ActionType::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