Sha256: d1a646ccd7bc65bb94edf5e5cabe832941e93e73dac5a86a8d8117e93dd74928

Contents?: true

Size: 530 Bytes

Versions: 8

Compression:

Stored size: 530 Bytes

Contents

# language: en
@storagegateway @client
Feature: AWS Storage Gateway

  Scenario: Making a basic request
    When I call the "ListGateways" API
    Then the response should contain a list of "Gateways"

  Scenario: Error handling
    When I attempt to call the "ListVolumes" API with:
    | GatewayARN | fake_gateway |
    Then I expect the response error code to be "ValidationException"
    And I expect the response error message to include:
    """
    Value 'fake_gateway' at 'gatewayARN' failed to satisfy constraint
    """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc11 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc10 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc9 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc8 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc7 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc6 features/storagegateway/client.feature
aws-sdk-core-2.0.0.rc5 features/storagegateway/client.feature