AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
ThrottleReason.h File Reference
#include <aws/lambda/Lambda_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::Lambda
 
 Aws::Lambda::Model
 
 Aws::Lambda::Model::ThrottleReasonMapper
 

Enumerations

enum  Aws::Lambda::Model::ThrottleReason { Aws::Lambda::Model::ThrottleReason::NOT_SET, Aws::Lambda::Model::ThrottleReason::ConcurrentInvocationLimitExceeded, Aws::Lambda::Model::ThrottleReason::FunctionInvocationRateLimitExceeded, Aws::Lambda::Model::ThrottleReason::CallerRateLimitExceeded }
 

Functions

AWS_LAMBDA_API ThrottleReason Aws::Lambda::Model::ThrottleReasonMapper::GetThrottleReasonForName (const Aws::String &name)
 
AWS_LAMBDA_API Aws::String Aws::Lambda::Model::ThrottleReasonMapper::GetNameForThrottleReason (ThrottleReason value)