AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
ServiceQuotaExceededExceptionReason.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9
10namespace Aws {
11namespace deadline {
12namespace Model {
14 NOT_SET,
18};
19
20namespace ServiceQuotaExceededExceptionReasonMapper {
22
24} // namespace ServiceQuotaExceededExceptionReasonMapper
25} // namespace Model
26} // namespace deadline
27} // namespace Aws
AWS_DEADLINE_API Aws::String GetNameForServiceQuotaExceededExceptionReason(ServiceQuotaExceededExceptionReason value)
AWS_DEADLINE_API ServiceQuotaExceededExceptionReason GetServiceQuotaExceededExceptionReasonForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String