File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ async fn ssm_get_parameter(
6464 "error" ,
6565 true ,
6666 Some ( format ! (
67- "Error calling ssm:GetParameter. Environment variable: {} Path: {} Error: {}" ,
68- name, path, error
67+ "Error calling ssm:GetParameter. Environment variable: {} Path: {} Error: {:? }" ,
68+ name, path, error. into_service_error ( ) . meta ( )
6969 ) ) ,
7070 ) ;
7171 }
@@ -112,8 +112,8 @@ async fn ssm_get_parameters_by_path(
112112 "error" ,
113113 true ,
114114 Some ( format ! (
115- "Error calling ssm:GetParametersByPath. Environment variable: {} Path: {} Error: {}" ,
116- name, path, error
115+ "Error calling ssm:GetParametersByPath. Environment variable: {} Path: {} Error: {:? }" ,
116+ name, path, error. into_service_error ( ) . meta ( )
117117 ) ) ,
118118 ) ;
119119 break ;
You can’t perform that action at this time.
0 commit comments