QuickSight > SearchAnalysesCommand > Filters limit missing #6468
Labels
documentation
This is a problem with documentation.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Describe the issue
In the quicksight client documentation for QuickSight > SearchAnalysesCommand
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchAnalysesCommand/
Filters can have only 1 filter at a time, otherwise an error would be thrown:
'filters' failed to satisfy constraint: Member must have length less than or equal to 1
Eg:
ValidationException: 1 validation error detected: Value '[AnalysisSearchFilter(operator=StringLike, name=ANALYSIS_NAME, value=csv), AnalysisSearchFilter(operator=StringLike, name=ANALYSIS_NAME, value=transaction)]' at 'filters' failed to satisfy constraint: Member must have length less than or equal to 1
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchAnalysesCommand/
The text was updated successfully, but these errors were encountered: