[
https://issues.apache.org/jira/browse/NIFI-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477436#comment-16477436
]
ASF GitHub Bot commented on NIFI-4015:
--------------------------------------
Github user chimbosonic commented on the issue:
https://github.com/apache/nifi/pull/1888
Hi has this been fixed?
I am getting this error on 1.6.0
```
DeleteSQS[id=68fc36fd-0163-1000-caa3-b18f1a8a3273] Failed to delete 1
objects from SQS due to There should be at least one
DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status
Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest; Request ID:
f575689e-2d93-5592-9770-3be81ab4e548):
com.amazonaws.services.sqs.model.EmptyBatchRequestException: There should be at
least one DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS;
Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest; Request
ID: f575689e-2d93-5592-9770-3be81ab4e548)
```
> DeleteSQS Throws Exception Deleting Message
> -------------------------------------------
>
> Key: NIFI-4015
> URL: https://issues.apache.org/jira/browse/NIFI-4015
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: James Wing
> Assignee: James Wing
> Priority: Minor
>
> While attempting to delete a message from an SQS queue, DeleteSQS throws the
> following exception:
> {quote}
> DeleteSQS[id=6197f269-015c-1000-9317-818c01162722] Failed to delete 1 objects
> from SQS due to com.amazonaws.services.sqs.model.AmazonSQSException: The
> request must contain the parameter DeleteMessageBatchRequestEntry.1.Id.
> (Service: AmazonSQS; Status Code: 400; Error Code: MissingParameter; Request
> ID: eea76d96-a07d-5406-9838-3c3f26575223):
> com.amazonaws.services.sqs.model.AmazonSQSException: The request must contain
> the parameter DeleteMessageBatchRequestEntry.1.Id. (Service: AmazonSQS;
> Status Code: 400; Error Code: MissingParameter; Request ID:
> eea76d96-a07d-5406-9838-3c3f26575223)
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)