iotdataplane.feature 353 B

123456789101112
  1. # language: en
  2. @iotdataplane @client
  3. Feature: AWS IoT Data Plane
  4. Scenario: Handling errors
  5. When I attempt to call the "GetThingShadow" API with:
  6. | ThingName | "fakeThing" |
  7. Then I expect the response error code to be "InvalidRequestException"
  8. And I expect the response error message to include:
  9. """
  10. Invalid thing name
  11. """