Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Class and Description |
---|---|
class |
CodeSigningConfigNotFoundException
The specified code signing configuration does not exist.
|
class |
CodeStorageExceededException
Your Amazon Web Services account has exceeded its maximum total code size.
|
class |
CodeVerificationFailedException
The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing
policy is set to ENFORCE.
|
class |
EC2AccessDeniedException
Need additional permissions to configure VPC settings.
|
class |
EC2ThrottledException
Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.
|
class |
EC2UnexpectedException
Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.
|
class |
EFSIOException
An error occurred when reading from or writing to a connected file system.
|
class |
EFSMountConnectivityException
The Lambda function couldn't make a network connection to the configured file system.
|
class |
EFSMountFailureException
The Lambda function couldn't mount the configured file system due to a permission or configuration issue.
|
class |
EFSMountTimeoutException
The Lambda function made a network connection to the configured file system, but the mount operation timed out.
|
class |
ENILimitReachedException
Lambda couldn't 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 |
InvalidCodeSignatureException
The code signature failed the integrity check.
|
class |
InvalidParameterValueException
One of the parameters in the request is not valid.
|
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 not valid.
|
class |
InvalidSubnetIDException
The subnet ID provided in the Lambda function VPC configuration is not valid.
|
class |
InvalidZipFileException
Lambda could not unzip the deployment package.
|
class |
KMSAccessDeniedException
Lambda couldn't decrypt the environment variables because KMS access was denied.
|
class |
KMSDisabledException
Lambda couldn't decrypt the environment variables because the KMS key used is disabled.
|
class |
KMSInvalidStateException
Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt.
|
class |
KMSNotFoundException
Lambda couldn't 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 |
RecursiveInvocationException
Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and
stopped your function's invocation.
|
class |
RequestTooLargeException
The request payload exceeded the
Invoke request body JSON input quota. |
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 Lambda service encountered an internal error.
|
class |
SnapStartException
The
afterRestore() runtime hook encountered an
error. |
class |
SnapStartNotReadyException
Lambda is initializing your function.
|
class |
SnapStartTimeoutException
Lambda couldn't restore the snapshot within the timeout limit.
|
class |
SubnetIPAddressLimitReachedException
Lambda couldn't 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 © 2023. All rights reserved.