1 Answer
- Newest
- Most votes
- Most comments
0
After changing the request to POST
and adding headers
Content-Type: application/x-amz-json-1.1
X-Amz-Target: WorkspacesService.DescribeWorkspaces
and body:
{
"limit": 25
}
This works fine now.
answered 4 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
