Getting error that 'definition.sheets' failed to satisfy constraint: Member must have length less than or equal to 20" when using API to upload analysis

I am using API to upload my analysis in quicksight and I am getting error that " ‘definition.sheets’ failed to satisfy constraint: Member must have length less than or equal to 20" What this means, is there any limit on members like filter control or anything else? And what is the solution for this if I have more than 20 members of that particular functionality.

Hello Adit,

I think this error in QuickSight’s API indicates that you’ve exceeded the limit of 20 sheets in a single analysis. Here are the key points and solutions:

QuickSight Limits:

  1. Sheets per Analysis: Maximum 20 sheets
  2. Visuals per Sheet: Maximum 30

Reference - Visual types in Amazon QuickSight - Amazon QuickSight

try to reduce the number of sheets and see it helps.

Cheers,
Deep