Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Class and Description |
---|---|
class |
CodeStorageExceededException
You have exceeded your maximum total code size per account.
|
class |
EC2AccessDeniedException
Need additional permissions to configure VPC settings.
|
class |
EC2ThrottledException
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for
the Lambda function.
|
class |
EC2UnexpectedException
AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
|
class |
ENILimitReachedException
AWS Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda function
configuration, because the limit for network interfaces has been reached.
|
class |
InvalidParameterValueException
One of the parameters in the request is invalid.
|
class |
InvalidRequestContentException
The request body could not be parsed as JSON.
|
class |
InvalidRuntimeException
The runtime or runtime version specified is not supported.
|
class |
InvalidSecurityGroupIDException
The Security Group ID provided in the Lambda function VPC configuration is invalid.
|
class |
InvalidSubnetIDException
The Subnet ID provided in the Lambda function VPC configuration is invalid.
|
class |
InvalidZipFileException
AWS Lambda could not unzip the deployment package.
|
class |
KMSAccessDeniedException
Lambda was unable to decrypt the environment variables because KMS access was denied.
|
class |
KMSDisabledException
Lambda was unable to decrypt the environment variables because the KMS key used is disabled.
|
class |
KMSInvalidStateException
Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt.
|
class |
KMSNotFoundException
Lambda was unable to decrypt the environment variables because the KMS key was not found.
|
class |
PolicyLengthExceededException
The permissions policy for the resource is too large.
|
class |
PreconditionFailedException
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
|
class |
ProvisionedConcurrencyConfigNotFoundException
The specified configuration does not exist.
|
class |
RequestTooLargeException
The request payload exceeded the
Invoke request body JSON input limit. |
class |
ResourceConflictException
The resource already exists, or another operation is in progress.
|
class |
ResourceInUseException
The operation conflicts with the resource's availability.
|
class |
ResourceNotFoundException
The resource specified in the request does not exist.
|
class |
ResourceNotReadyException
The function is inactive and its VPC connection is no longer available.
|
class |
ServiceException
The AWS Lambda service encountered an internal error.
|
class |
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.
|
class |
TooManyRequestsException
The request throughput limit was exceeded.
|
class |
UnsupportedMediaTypeException
The content type of the
Invoke request body is not JSON. |
Copyright © 2020. All rights reserved.