AWS SDK for C++

AWS SDK for C++ Version 1.11.771

Loading...
Searching...
No Matches
InvalidInputExceptionReason.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/organizations/Organizations_EXPORTS.h>
9
10namespace Aws {
11namespace Organizations {
12namespace Model {
14 NOT_SET,
55};
56
57namespace InvalidInputExceptionReasonMapper {
59
61} // namespace InvalidInputExceptionReasonMapper
62} // namespace Model
63} // namespace Organizations
64} // namespace Aws
AWS_ORGANIZATIONS_API InvalidInputExceptionReason GetInvalidInputExceptionReasonForName(const Aws::String &name)
AWS_ORGANIZATIONS_API Aws::String GetNameForInvalidInputExceptionReason(InvalidInputExceptionReason value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String