AWS Get Bucket NameResolutionFailire exception

Hi All,

I am using UiPath.AmaxonWebServices.Activities package to get bucket details.
However, Get Bucket activity is running into exception. Below is the exception details. Please let me know if anybody know the cause/solution for this issue.

“message”: “Failed to get the bucket details: A WebException with status NameResolutionFailure was thrown.\r\nError: A WebException with status NameResolutionFailure was thrown.\r\n at UiPath.AmazonWebServices.Services.S3BucketService.d__8.MoveNext()\r\n— End of stack trace from previous location where exception was thrown —\r\n at UiPath.AmazonWebServices.Activities.AWSActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)”

@ovidiuponoran @loginerror Can you please help me with this.

Hi @Madhavi

Make sure the “test” bucket was created in the region that you are setting for the Region parameter of Amazon Web Services Scope activity.

4 Likes

@ovidiuponoran The issue get resolved. I have provided the readable name of the location not the location key. Changing it worked. Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.