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
Also, for update_message, pop_receipt and content don't need to be a required parameter. One place it says optional but another it says required. Details below:
WHY is it optional, because
pop_receipt is already part of the message object. pop_receipt is only required if message object is not there like in case of cli and powershell.
if we are issuing an update call for visibility_timeout alone, we do not need content as required parameter so it is optional.