Noticed this while debugging. The Display trait for AWS errors is useless and we should
always use Debug - so do {err:?} instead of {err} in format strings.
Also added messages in two places they were missing.
Details
Details
- Reviewers
will varun - Commits
- rCOMM51bfc52e1eea: [identity] Use Debug trait for AWS errors
Got better error log when AWS error occurred.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage