ecs.ContainerOverride validation doesn't find it needs a Name - but it does #2553
Labels
documentation
This is a problem with documentation.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Please fill out the sections below to help us address your issue.
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerOverride.html
mentions the name is needed but the go-sdk said my task was valid
Thanks to this: https://forums.aws.amazon.com/thread.jspa?threadID=227359
Version of AWS SDK for Go?
v1.19.11
Version of Go (
go version
)?go version go1.12 windows/amd64
What issue did you see?
InvalidParameterException: name cannot be blank.
Steps to reproduce
If you have an runnable example, please include it.
creating RunTaskInput with TaskOverride but without a name
The text was updated successfully, but these errors were encountered: