Sha256: e0261655ca9edba428f6da91844d19aa1bd9bab244cd67eaec40a1279ab3cc14
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 Bytes
Contents
# language: en @ses @client Feature: Amazon Simple Email Service Scenario: Making a basic request When I call "list_identities" on "ses" Then the response "identities" should be an array Scenario: Error handling Given I call "verify_email_identity" on "ses" with: """ { email_address: 'fake_email' } """ Then I expect the response error code to be "InvalidParameterValue" And I expect the response error message to include: """ Invalid email address<fake_email>. """
Version data entries
4 entries across 4 versions & 1 rubygems