?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features/smoke/



?? Go up: /home/webdevt/www/dev-uz-avocat/wp-content/plugins/backwpup/vendor/aws/aws-sdk-php/features

?? Viewing: workspaces.feature

# language: en
@smoke @workspaces
Feature: Amazon WorkSpaces

  I want to use Amazon WorkSpaces

  Scenario: Making a request
    When I call the "DescribeWorkspaces" API
    Then the value at "Workspaces" should be a list

  Scenario: Handling errors
    When I attempt to call the "DescribeWorkspaces" API with:
    | DirectoryId | fake-id-value |
    Then I expect the response error code to be "ValidationException"


??

??