Sha256: da9f8402e749e2c6436b25c922794b6d9ab2c3b0669a3fa1c782f64cda1580a2
Contents?: true
Size: 487 Bytes
Versions: 8
Compression:
Stored size: 487 Bytes
Contents
# language: en @route53 @client Feature: Amazon Route 53 Scenario: Making a basic request When I call the "ListHostedZones" API Then the response should contain a list of "HostedZones" Scenario: Error handling When I attempt to call the "GetHostedZone" API with: | Id | fake-zone | Then I expect the response error code to be "NoSuchHostedZone" And I expect the response error message to include: """ No hosted zone found with ID: fake-zone """
Version data entries
8 entries across 8 versions & 1 rubygems