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-lambda
include
aws
lambda
model
ThrottleReason.h
1
6
#pragma once
7
#include <aws/lambda/Lambda_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Lambda
13
{
14
namespace
Model
15
{
16
enum class
ThrottleReason
17
{
18
NOT_SET
,
19
ConcurrentInvocationLimitExceeded
,
20
FunctionInvocationRateLimitExceeded
,
21
ReservedFunctionConcurrentInvocationLimitExceeded
,
22
ReservedFunctionInvocationRateLimitExceeded
,
23
CallerRateLimitExceeded
,
24
ConcurrentSnapshotCreateLimitExceeded
25
};
26
27
namespace
ThrottleReasonMapper
28
{
29
AWS_LAMBDA_API
ThrottleReason
GetThrottleReasonForName
(
const
Aws::String
& name);
30
31
AWS_LAMBDA_API
Aws::String
GetNameForThrottleReason
(
ThrottleReason
value);
32
}
// namespace ThrottleReasonMapper
33
}
// namespace Model
34
}
// namespace Lambda
35
}
// namespace Aws
Aws::Lambda::Model::ThrottleReasonMapper::GetNameForThrottleReason
AWS_LAMBDA_API Aws::String GetNameForThrottleReason(ThrottleReason value)
Aws::Lambda::Model::ThrottleReasonMapper::GetThrottleReasonForName
AWS_LAMBDA_API ThrottleReason GetThrottleReasonForName(const Aws::String &name)
Aws::Lambda::Model::ApplicationLogLevel::NOT_SET
@ NOT_SET
Aws::Lambda::Model::ThrottleReason
ThrottleReason
Definition
ThrottleReason.h:17
Aws::Lambda::Model::ThrottleReason::ReservedFunctionInvocationRateLimitExceeded
@ ReservedFunctionInvocationRateLimitExceeded
Aws::Lambda::Model::ThrottleReason::ReservedFunctionConcurrentInvocationLimitExceeded
@ ReservedFunctionConcurrentInvocationLimitExceeded
Aws::Lambda::Model::ThrottleReason::CallerRateLimitExceeded
@ CallerRateLimitExceeded
Aws::Lambda::Model::ThrottleReason::FunctionInvocationRateLimitExceeded
@ FunctionInvocationRateLimitExceeded
Aws::Lambda::Model::ThrottleReason::ConcurrentSnapshotCreateLimitExceeded
@ ConcurrentSnapshotCreateLimitExceeded
Aws::Lambda::Model::ThrottleReason::ConcurrentInvocationLimitExceeded
@ ConcurrentInvocationLimitExceeded
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