-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
aws-sdk-go/service/scheduler DeleteSchedule "ValidationException: ClientToken cannot be empty" #4701
Comments
Same error on |
Thanks for the report. This appears to be a bug affecting both |
@RanVaknin @aajtodd any update on this? |
Hi @dontirun , I apologize for not getting to this sooner. If this is still an issue with the Go SDK v2, please open a new issue there and we will take a look. Thanks again, |
Comments on closed issues are hard for our team to see. |
Describe the bug
Using the scheduler
DeleteSchedule
function without aClientToken
always results inValidationException: ClientToken cannot be empty.
The DeleteSchedule Command should be auto generating a
ClientToken
when not specified.Expected Behavior
The SDK generates a unique
ClientToken
for me instead of having to specify oneCurrent Behavior
Using this method without specifying the
ClientToken
produces aValidationException
.Reproduction Steps
Possible Solution
No response
Additional Information/Context
Seems related to this aws/aws-sdk-js-v3#4212
SDK version used
v1.44.185
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.19 darwin/arm64
The text was updated successfully, but these errors were encountered: