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-email
include
aws
email
model
VerificationStatus.h
1
6
#pragma once
7
#include <aws/email/SES_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SES
13
{
14
namespace
Model
15
{
16
enum class
VerificationStatus
17
{
18
NOT_SET
,
19
Pending
,
20
Success
,
21
Failed
,
22
TemporaryFailure
,
23
NotStarted
24
};
25
26
namespace
VerificationStatusMapper
27
{
28
AWS_SES_API
VerificationStatus
GetVerificationStatusForName
(
const
Aws::String
& name);
29
30
AWS_SES_API
Aws::String
GetNameForVerificationStatus
(
VerificationStatus
value);
31
}
// namespace VerificationStatusMapper
32
}
// namespace Model
33
}
// namespace SES
34
}
// namespace Aws
Aws::SES::Model::VerificationStatusMapper::GetVerificationStatusForName
AWS_SES_API VerificationStatus GetVerificationStatusForName(const Aws::String &name)
Aws::SES::Model::VerificationStatusMapper::GetNameForVerificationStatus
AWS_SES_API Aws::String GetNameForVerificationStatus(VerificationStatus value)
Aws::SES::Model::BehaviorOnMXFailure::NOT_SET
@ NOT_SET
Aws::SES::Model::BulkEmailStatus::Success
@ Success
Aws::SES::Model::BulkEmailStatus::Failed
@ Failed
Aws::SES::Model::CustomMailFromStatus::Pending
@ Pending
Aws::SES::Model::BounceType::TemporaryFailure
@ TemporaryFailure
Aws::SES::Model::VerificationStatus
VerificationStatus
Definition
VerificationStatus.h:17
Aws::SES::Model::VerificationStatus::NotStarted
@ NotStarted
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