You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember correctly, the error identification in boto3 is not too transparent, and some specific cases would need to be parsed from the error message (text) or are even not specifically identifiable. But there is a good chance, that this changed by now.
I agree, that the described scenario can be misleading, as the error message suggests, that the TD does not exist - independent from permissions.
I have two follow up questions:
would you please briefly describe your permissions setup? What kind of restrictions did you apply to the task definitions and/or user?
Do you have the original error object/details of this operation which comes from boto3? What does the ClientError exactly look like?
Hello
I'm one of the developer using this awesome software.
When I tried to use this software in my software, I faced the problem below.
--task
optionAs a result of my investigation, the cause is
UnknownTaskDefinitionError
So, my proposal is here.
ClientError
, parse that error and if it's permission error, change error messageIf you need, I can send a PR. But before that, I want to hear feedback for my proposal.
Best,
The text was updated successfully, but these errors were encountered: