diff --git a/gems/aws-sdk-lambda/features/client.feature b/gems/aws-sdk-lambda/features/client.feature index 7f279728c9f..d2ccf1c90fa 100644 --- a/gems/aws-sdk-lambda/features/client.feature +++ b/gems/aws-sdk-lambda/features/client.feature @@ -8,8 +8,8 @@ Feature: Amazon Lambda Scenario: Error handling When I attempt to call the "GetEventSourceMapping" API with: - | UUID | fake-uuid | - Then I expect the response error code to be "ValidationException" + | UUID | deadbeef-e025-4d45-9da3-23813f5e7b65 | + Then I expect the response error code to be "ResourceNotFoundException" And I expect the response error message to include: """ does not exist