Sha256: 27173494f8ba488eca3269b111ee84d3dd04500629cd1d53dd41a4adffe58686
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
# language: en @ses @client Feature: Amazon Simple Email Service Scenario: Making a basic request When I call the "ListIdentities" API Then the response should contain a list of "Identities" Scenario: Error handling When I attempt to call the "VerifyEmailIdentity" API with: | EmailAddress | 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
8 entries across 8 versions & 1 rubygems