The databricks instance we are using belongs to one AWS account and the SQS queue that belongs to another AWS account. The cross account permissions created have been tested and we have established this is not the issue.
The failure is:
com.amazonaws.services.sqs.model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.NonExistentQueue.
The databricks instance we are using belongs to one AWS account and the SQS queue that belongs to another AWS account. The cross account permissions created have been tested and we have established this is not the issue.
The failure is:
com.amazonaws.services.sqs.model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.NonExistentQueue
.The issue seems to be with the GetQueueUrl method
Could the following parameter "QueueOwnerAWSAccountId" for the GetQueueUrl method be made available?