Validation error cant see full message

I am trying to import a dashboard and am getting the following error…or atleast some of the error.
How can I see the rest of the error instead of the truncated version of it?

1 validation error detected: Value '[Visual(tableVisual=null, pivotTableVisual=null, barChartVisual=null, kPIVisual=KPIVisual(visualId=391f3dbe-0a30-42e5-8077-38805db061e2_494574d7-fdc5-45b5-8441-dbd6b110bd06, title=VisualTitleLabelOptions(visibility=VISIBLE, formatText=ShortFormatText(plainText=null, richText=\n <block align="center">name \n
\n <block align="center">name\n)), subtitle=VisualSubtitleLabelOptions(visibility= [Truncated…]

Hello @praja96 , welcome to the Quicksight community!

Did you encounter this in CLI or SDK?

You have the visual ID so before going to I would recommend going to that visual in your definition and seeing if it missing something or doesn’t meet the what’s expected in the documentation.

Thank you for the reply @duncan . I encountered this in both cli and sdk. I spent alot of time going through the dashboard definition json document to see if there were any differences in the visual it was referencing vs other visuals. Did a side by side comparison of the problem visual vs other ones and there arn’t any (besides names ofcourse). The interesting thing is once I remove that visual, then the import works. But we need to have that specific visual which is having an issue during import. That’s the main reason that I would want to be able to see the full error message.

Hey @praja96 !

I’m not sure exactly how to un-truncate an error message. My bet is there is something in that visual specifically that is wrong or missing that would be hard to define compared to other visuals. Because the part of the error message we can see is pointing to the visual title, I would suggest double checking that you don’t have a parameter that doesn’t exist being used in a subtitle or something like that.

You could try using the following CLI command as well and exporting this out to json:
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/mgn/list-import-errors.html?highlight=validation%20error

Hello @praja96 !

Were you able to try my suggestion above about using the CLI command?