Sha256: ca8b194813e199d8d87ca211bad3f31ae4eaf4b2be8c6e77b45193d37dc3d5d3
Contents?: true
Size: 546 Bytes
Versions: 8
Compression:
Stored size: 546 Bytes
Contents
# language: en @directconnect @client Feature: AWS Direct Connect Scenario: Making a basic request When I call the "DescribeConnections" API Then the response should contain a list of "Connections" Scenario: Error handling When I attempt to call the "DescribeConnections" API with: | connectionId | fake-connection | Then I expect the response error code to be "DirectConnectClientException" And I expect the response error message to include: """ Connection ID fake-connection has an invalid format """
Version data entries
8 entries across 8 versions & 1 rubygems