Sha256: 9862019999c857b1743902af4d5e443785175adfc9c59fcb444b86bc923c4987
Contents?: true
Size: 506 Bytes
Versions: 8
Compression:
Stored size: 506 Bytes
Contents
# language: en @rds @client Feature: Amazon RDS Scenario: Making a basic request When I call the "DescribeDbEngineVersions" API Then the response should contain a list of "DbEngineVersions" Scenario: Error handling When I attempt to call the "DescribeDbInstances" API with: | DbInstanceIdentifier | fake-id | Then I expect the response error code to be "DBInstanceNotFound" And I expect the response error message to include: """ DBInstance fake-id not found. """
Version data entries
8 entries across 8 versions & 1 rubygems