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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
When AWS issues an error they do so under the 503 error code. The current AWS client does not retrieve the text content of error messages as an Exception is thrown when the response code is not 2xx or 3xx. The following patch attempts to retrieve and log the error reason:
When AWS issues an error they do so under the
503
error code. The current AWS client does not retrieve the text content of error messages as an Exception is thrown when the response code is not 2xx or 3xx. The following patch attempts to retrieve and log the error reason:The text was updated successfully, but these errors were encountered: