Messages and limitations of the Amazon SQS connector

Message code list of AMAZONSQS category

The following message codes correspond to errors that occur in Amazon SQS Connector.

 

AMAZONSQS0000E

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

 

AMAZONSQS0001E

This message code is output when connection to Amazon SQS fails.

Cause

Solution

The cause differs according to each error message.

Check whether the cause/solution of the error is described in "Exception messages" below.

Corresponding error

  • com.amazonaws.AmazonServiceException

 

AMAZONSQS0002E

This message code is output when the queue doesn't exist in the destination Amazon SQS.

Cause

Solution

A queue which doesn't exist is specified in Queue name.

Check Queue name, or the Region setting of the connection resource specified in Destination.

Corresponding error

  • com.amazonaws.services.sqs.model.QueueDoesNotExistException

 

Exception messages of AMAZONSQS category

Exception name

Cause

Solution

InvalidPropertyConfigurationException

Specify an integer from 0 through 2147483647 for socket timeout (seconds).

The value for Socket timeout (seconds) is outside the specifiable range.

Specify an integer from 0 through 2147483647 for Socket timeout (seconds).

InvalidPropertyConfigurationException

Specify an integer from 1 through 10 for the maximum number of receiving messages.

The value of Maximum number of messages to receive isn't an integer or is outside the specifiable range.

Specify an integer from 1 through 10 for Maximum number of messages to receive.

InvalidPropertyConfigurationException

Specify an integer from 0 through 43200 for the visibility timeout (seconds) of receiving messages

The value of Visibility timeout (seconds) for receiving message isn't an integer or is outside the specifiable range.

Specify an integer from 0 through 43200 for Visibility timeout (seconds) for receiving messages.

InvalidPropertyConfigurationException

Specify an integer from 0 through 2147483647 for connection timeout (seconds).

The value for Connection timeout (seconds) is outside the specifiable range.

Specify an integer from 0 through 2147483647 for Connection timeout (seconds).

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.

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.

The security token included in the request is invalid. (Service: AmazonSQS; Status Code: 403; Error Code: InvalidClientTokenId; Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)

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

Check the settings for the connection resource specified in Destination.

The specified queue does not exist for this wsdl version. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.NonExistentQueue; Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)

A queue which doesn't exist is specified in Queue name.

Check Queue name, or the Region setting of the connection resource specified in Destination.

 

Limitations of AMAZONSQS category

Operation environment

Notes

  • The behavior described in the help pages is subject to change depending on specification changes in the destination.

Receive Message

Specification limits

None.

Notes

  • HTTPS is used in communication between Amazon SQS and this connector.

Send Message

Specification limits

None.

Notes

  • HTTPS is used in communication between Amazon SQS and this connector.

Delete Message

Specification limits

None.

Notes

  • HTTPS is used in communication between Amazon SQS and this connector.