Sha256: b73895e406a43cdfa61c62565081b15bcdfaea1d6ca587397f88ce34749bb263
Contents?: true
Size: 495 Bytes
Versions: 8
Compression:
Stored size: 495 Bytes
Contents
# language: en @cloudsearch @client Feature: Amazon CloudSearch Scenario: Making a basic request When I call the "DescribeDomains" API Then the response should contain a "DomainStatusList" Scenario: Error handling When I attempt to call the "DescribeIndexFields" API with: | DomainName | fakedomain | Then I expect the response error code to be "ResourceNotFound" And I expect the response error message to include: """ Domain not found: fakedomain """
Version data entries
8 entries across 8 versions & 1 rubygems