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