Enum | Description |
---|---|
EventSourcePosition | |
FunctionVersion | |
InvocationType | |
LogType | |
Runtime | |
ThrottleReason | |
TracingMode |
Exception | Description |
---|---|
AWSLambdaException |
Base exception for all service exceptions thrown by AWS Lambda
|
CodeStorageExceededException |
You have exceeded your maximum total code size per account.
|
EC2AccessDeniedException |
Need additional permissions to configure VPC settings.
|
EC2ThrottledException |
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for
the Lambda function.
|
EC2UnexpectedException |
AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
|
ENILimitReachedException |
AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function
configuration, because the limit for network interfaces has been reached.
|
InvalidParameterValueException |
One of the parameters in the request is invalid.
|
InvalidRequestContentException |
The request body could not be parsed as JSON.
|
InvalidRuntimeException |
The runtime or runtime version specified is not supported.
|
InvalidSecurityGroupIDException |
The Security Group ID provided in the Lambda function VPC configuration is invalid.
|
InvalidSubnetIDException |
The Subnet ID provided in the Lambda function VPC configuration is invalid.
|
InvalidZipFileException |
AWS Lambda could not unzip the deployment package.
|
KMSAccessDeniedException |
Lambda was unable to decrypt the environment variables because KMS access was denied.
|
KMSDisabledException |
Lambda was unable to decrypt the environment variables because the KMS key used is disabled.
|
KMSInvalidStateException |
Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt.
|
KMSNotFoundException |
Lambda was unable to decrypt the environment variables because the KMS key was not found.
|
PolicyLengthExceededException |
The permissions policy for the resource is too large.
|
PreconditionFailedException |
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
|
RequestTooLargeException |
The request payload exceeded the
Invoke request body JSON input limit. |
ResourceConflictException |
The resource already exists.
|
ResourceInUseException |
The operation conflicts with the resource's availability.
|
ResourceNotFoundException |
The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.
|
ServiceException |
The AWS Lambda service encountered an internal error.
|
SubnetIPAddressLimitReachedException |
AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no
available IP addresses.
|
TooManyRequestsException |
Request throughput limit exceeded.
|
UnsupportedMediaTypeException |
The content type of the
Invoke request body is not JSON. |
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.