AWS SDK for C++

AWS SDK for C++ Version 1.11.714

Loading...
Searching...
No Matches
ResourceNotFoundExceptionReason.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9
10namespace Aws {
11namespace PartnerCentralAccount {
12namespace Model {
14 NOT_SET,
24};
25
26namespace ResourceNotFoundExceptionReasonMapper {
28
30} // namespace ResourceNotFoundExceptionReasonMapper
31} // namespace Model
32} // namespace PartnerCentralAccount
33} // namespace Aws
AWS_PARTNERCENTRALACCOUNT_API ResourceNotFoundExceptionReason GetResourceNotFoundExceptionReasonForName(const Aws::String &name)
AWS_PARTNERCENTRALACCOUNT_API Aws::String GetNameForResourceNotFoundExceptionReason(ResourceNotFoundExceptionReason value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String