Sha256: eb62049df4ed655d931e37cbd990e9f695c5a9acbc31a8156965434428e1144a

Contents?: true

Size: 482 Bytes

Versions: 8

Compression:

Stored size: 482 Bytes

Contents

# language: en
@glacier @client
Feature: Amazon Glacier

  Scenario: Making a basic request
    When I call the "ListVaults" API with:
    | AccountId | - |
    Then the response should contain a "VaultList"

  Scenario: Error handling
    When I attempt to call the "ListVaults" API with:
    | AccountId | abcmnoxyz |
    Then I expect the response error code to be "AccessDeniedException"
    And I expect the response error message to include:
    """
    Access denied
    """

Version data entries

8 entries across 8 versions & 1 rubygems

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