See: Description
Class | Description |
---|---|
InvokeRequest |
Container for the parameters to the
Invoke operation . |
InvokeResult |
Upon success, returns an empty response.
|
Enum | Description |
---|---|
EventSourcePosition |
Event Source Position
|
InvocationType |
Invocation Type
|
LogType |
Log Type
|
Runtime |
Runtime
|
Exception | Description |
---|---|
EC2AccessDeniedException | |
EC2ThrottledException |
AWS Lambda was throttled by Amazon EC2 during Lambda function
initiatization 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.
|
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.
|
RequestTooLargeException |
The request payload exceeded the
Invoke request body JSON
input limit. |
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 | |
UnsupportedMediaTypeException |
The content type of the
Invoke request body is not JSON. |
Copyright © 2016. All rights reserved.