We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef3dc8 commit 1a2cd42Copy full SHA for 1a2cd42
dotnetv3/CloudFormation/Actions/HelloCloudFormation.cs
@@ -83,13 +83,14 @@ await _amazonCloudFormation.DescribeStackResourcesAsync(
83
{
84
Console.WriteLine(ex.Message);
85
Console.WriteLine("If you are usnig SSO, be sure to install" +
86
- " the AWSSDK.SSO and AWSSDK.SSOOIDC packages.");
+ " the AWSSDK.SSO and AWSSDK.SSOOIDC packages.");
87
}
88
else
89
90
91
Console.WriteLine(ex.StackTrace);
92
93
+
94
return false;
95
96
catch (ArgumentNullException ex)
@@ -104,6 +105,7 @@ await _amazonCloudFormation.DescribeStackResourcesAsync(
104
105
106
107
108
109
110
111
0 commit comments