- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to unmarshall exception response
- Labels:
-
Apache NiFi
Created on
‎10-31-2021
11:14 PM
- last edited on
‎11-01-2021
07:43 AM
by
cjervis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are using InvokeAWSGatewayApi processor to call AWS Quicksight API, but getting this error Unable to unmarshall exception response with the unmarshallers provided (Service: execute-api; Status Code: 302; Error Code: null; Request ID: 02977298-c354-4b78-80b4-7ea6b6e512fc)
Can anyone please suggest?
Created ‎11-02-2021 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A status code 302 means there was a redirect in the response.
I'd suggest inspecting the NiFi app.log for this exception and take a look at the full stack trace if it exists to see what the issue may be.
Hope this helps,
Matt
Created ‎11-02-2021 09:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@MattWho
Thanks for your response .I did try above mentioned options but didn't get any information.
Can you provide some implementation examples of InvokeAWSGatewayApi processor to call AWS Quicksight API.
