1# language: en 2@smoke @workspaces 3Feature: Amazon WorkSpaces 4 5 I want to use Amazon WorkSpaces 6 7 Scenario: Making a request 8 When I call the "DescribeWorkspaces" API 9 Then the value at "Workspaces" should be a list 10 11 Scenario: Handling errors 12 When I attempt to call the "DescribeWorkspaces" API with: 13 | DirectoryId | fake-id | 14 Then I expect the response error code to be "ValidationException" 15