Messages and limitations of the AWS Lambda connector

Message code list of AWSLAMBDA category

The following message codes correspond to errors that occur in AWS Lambda Connector.

 

AWSLAMBDA0000E

This message code is output when an undefined error occurs.

Cause

Solution

An undefined error occurred.

Check the error message or the help of the operation in which the error has occurred.

Corresponding error

  • None

 

AWSLAMBDA0001E

This message code is output when connection to AWS Lambda fails.

Cause

Solution

Access Key ID specified in the connection resource is incorrect.

Check the connection resource settings.

Secret Access Key specified in the connection resource is incorrect.

Check the connection resource settings.

Corresponding error

  • com.amazonaws.AmazonServiceException

  • com.amazonaws.services.lambda.model.AWSLambdaException

 

AWSLAMBDA0002E

This message code is output when an error occurs in the Lambda function for the call destination.

Cause

Solution

An error has occurred in the Lambda function.

Check the contents of the error message.

Corresponding error

  • LambdaFunctionException

Exception messages of AWSLAMBDA category

Exception name

Cause

Solution

ResourceNotFoundException

Resource definition could not be found. Name: []

Destination isn't specified.

Specify Destination.

ResourceNotFoundException

Resource definition could not be found. Name: [<connection resource name>]

The resource definition selected in Destination isn't found.

Check the connection resource specified in Destination.

InvalidPropertyConfigurationException

<Property name> is not specified.

<Property name> isn't specified.

Specify <property name>.

com.amazonaws.services.lambda.model.AWSLambdaException

The security token included in the request is invalid. (Service: AWSLambda; Status Code: 403; Error Code: UnrecognizedClientException; Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)

Access Key ID of the connection resource specified in Destination is incorrect.

Check the settings for the connection resource specified in Destination.

com.amazonaws.services.lambda.model.AWSLambdaException

The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method.

Secret Access Key of the connection resource specified in Destination is incorrect.

Check the settings for the connection resource specified in Destination.

LambdaFunctionException

This is an exception thrown when some kind of error occurs in the Lambda function.

Check the contents of the message.