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
When the SSM parameter doesn't exist and want to get it by SSMParameterProvider, the error message is just "null". it needs to have better message with the reason and parameter name.
The text was updated successfully, but these errors were encountered:
When using a non-existent SSM Parameter with the SSMParameterProvider,
the error message `null` was returned by the toolkit instead of a more
meaningful error mentioning important details such as the parameter name
that was looked up and the account/region where it could not be found.
Fixes#1621
The code clearly had intention to return a friendly error message, but failed to account for the particular code path that happens when the parameter does not exist in the account/region at all. I'm fixing this...
When using a non-existent SSM Parameter with the SSMParameterProvider,
the error message `null` was returned by the toolkit instead of a more
meaningful error mentioning important details such as the parameter name
that was looked up and the account/region where it could not be found.
Fixes#1621
When the SSM parameter doesn't exist and want to get it by SSMParameterProvider, the error message is just "null". it needs to have better message with the reason and parameter name.
The text was updated successfully, but these errors were encountered: