You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to call Redshift data API from my API server. But keep getting the ArgumentError stating "unexpected value at params[:workgroup_name]" while the workgroup_name string is valid.
I had tried to use the same params in AWS cli and it successfully return the result without throwing error.
Expected Behavior
Expected to be returning response of databases list in JSON format just like in AWS cli.
Thanks for the reply. Just noticed originally I using older version of aws-sdk-redshiftdataapiservice gem. Upgrading to latest version solved the issue.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
I trying to call Redshift data API from my API server. But keep getting the ArgumentError stating "unexpected value at params[:workgroup_name]" while the workgroup_name string is valid.
I had tried to use the same params in AWS cli and it successfully return the result without throwing error.
Expected Behavior
Expected to be returning response of databases list in JSON format just like in AWS cli.
Current Behavior
Current is getting ArgumentError
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
aws-sdk-redshiftdataapiservice
Environment details (Version of Ruby, OS environment)
Ruby version: 3.1.2. OS: Ubuntu 18.04.6 LTS
The text was updated successfully, but these errors were encountered: