Sha256: e8923d1ea92f1383c77875e8296f4edd99263d3922b2e3619d362b9262560782
Contents?: true
Size: 561 Bytes
Versions: 8
Compression:
Stored size: 561 Bytes
Contents
# language: en @cloudwatch @client Feature: Amazon CloudWatch Scenario: Making a basic request When I call the "ListMetrics" API with: | Namespace | AWS/EC2 | Then the response should contain a list of "Metrics" Scenario: Error handling When I attempt to call the "SetAlarmState" API with: | AlarmName | abc | | StateValue | mno | | StateReason | xyz | Then I expect the response error code to be "ValidationError" And I expect the response error message to include: """ failed to satisfy constraint """
Version data entries
8 entries across 8 versions & 1 rubygems