This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-athena/include/aws/athena/model/ThrottleReason.h

31 lines
652 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/athena/Athena_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace Athena
{
namespace Model
{
enum class ThrottleReason
{
NOT_SET,
CONCURRENT_QUERY_LIMIT_EXCEEDED
};
namespace ThrottleReasonMapper
{
AWS_ATHENA_API ThrottleReason GetThrottleReasonForName(const Aws::String& name);
AWS_ATHENA_API Aws::String GetNameForThrottleReason(ThrottleReason value);
} // namespace ThrottleReasonMapper
} // namespace Model
} // namespace Athena
} // namespace Aws