We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get -u github.com/aws/aws-sdk-go-v2/...
There's a typo in the help text/comment of SessionStreamingException https://github.com/aws/aws-sdk-go-v2/blob/main/service/cloudwatchlogs/types/errors.go#L368
SessionStreamingException
It's missing a T:
T
// This exception is returned if an unknown error occurs during a Live Tail session.
// his exception is returned if an unknown error occurs during a Live Tail session.
No response
N/A
irrelevant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
There's a typo in the help text/comment of
SessionStreamingException
https://github.com/aws/aws-sdk-go-v2/blob/main/service/cloudwatchlogs/types/errors.go#L368Regression Issue
Expected Behavior
It's missing a
T
:Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
N/A
Compiler and Version used
irrelevant
Operating System and version
irrelevant
The text was updated successfully, but these errors were encountered: