We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27e217 commit 106b450Copy full SHA for 106b450
aws-sdk-core/features/sts/client.feature
@@ -2,9 +2,10 @@
2
@sts @client
3
Feature: AWS STS
4
5
- Scenario: Making a basic request
6
- When I call the "GetSessionToken" API
7
- Then the response should contain a "Credentials" member
+# Cannot call GetSessionToken w/ Session credentials
+# Scenario: Making a basic request
+# When I call the "GetSessionToken" API
8
+# Then the response should contain a "Credentials" member
9
10
Scenario: Error handling
11
When I attempt to call the "GetFederationToken" API with:
0 commit comments