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-marketplace-agreement
include
aws
marketplace-agreement
model
ValidationExceptionReason.h
1
6
#pragma once
7
#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AgreementService
13
{
14
namespace
Model
15
{
16
enum class
ValidationExceptionReason
17
{
18
NOT_SET
,
19
INVALID_AGREEMENT_ID
,
20
MISSING_AGREEMENT_ID
,
21
INVALID_CATALOG
,
22
INVALID_FILTER_NAME
,
23
INVALID_FILTER_VALUES
,
24
INVALID_SORT_BY
,
25
INVALID_SORT_ORDER
,
26
INVALID_NEXT_TOKEN
,
27
INVALID_MAX_RESULTS
,
28
UNSUPPORTED_FILTERS
,
29
OTHER
30
};
31
32
namespace
ValidationExceptionReasonMapper
33
{
34
AWS_AGREEMENTSERVICE_API
ValidationExceptionReason
GetValidationExceptionReasonForName
(
const
Aws::String
& name);
35
36
AWS_AGREEMENTSERVICE_API
Aws::String
GetNameForValidationExceptionReason
(
ValidationExceptionReason
value);
37
}
// namespace ValidationExceptionReasonMapper
38
}
// namespace Model
39
}
// namespace AgreementService
40
}
// namespace Aws
Aws::AgreementService::Model::ValidationExceptionReasonMapper::GetNameForValidationExceptionReason
AWS_AGREEMENTSERVICE_API Aws::String GetNameForValidationExceptionReason(ValidationExceptionReason value)
Aws::AgreementService::Model::ValidationExceptionReasonMapper::GetValidationExceptionReasonForName
AWS_AGREEMENTSERVICE_API ValidationExceptionReason GetValidationExceptionReasonForName(const Aws::String &name)
Aws::AgreementService::Model::ValidationExceptionReason
ValidationExceptionReason
Definition
ValidationExceptionReason.h:17
Aws::AgreementService::Model::ValidationExceptionReason::OTHER
@ OTHER
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_AGREEMENT_ID
@ INVALID_AGREEMENT_ID
Aws::AgreementService::Model::ValidationExceptionReason::UNSUPPORTED_FILTERS
@ UNSUPPORTED_FILTERS
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_FILTER_NAME
@ INVALID_FILTER_NAME
Aws::AgreementService::Model::ValidationExceptionReason::MISSING_AGREEMENT_ID
@ MISSING_AGREEMENT_ID
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_NEXT_TOKEN
@ INVALID_NEXT_TOKEN
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_SORT_ORDER
@ INVALID_SORT_ORDER
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_MAX_RESULTS
@ INVALID_MAX_RESULTS
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_FILTER_VALUES
@ INVALID_FILTER_VALUES
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_SORT_BY
@ INVALID_SORT_BY
Aws::AgreementService::Model::ValidationExceptionReason::INVALID_CATALOG
@ INVALID_CATALOG
Aws::AgreementService::Model::AgreementStatus::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