Commit 10fb7f6
authored
refactor(amazonq): fix sagemaker credential log typo (#8104)
## Problem
Typo in log statement for Sagemaker Update IAM Credential logic
currently prints expiration time
## Solution
- Fix typo to show availability of field in credentials
- `npm run compile && npm run test` succeeded
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent deaefee commit 10fb7f6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
0 commit comments