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
/// Throws a <see cref="WebException"/> if the response returns a non-successful status code (includes 3xx redirects, since they are unusable by the caller).
23
34
/// </summary>
@@ -37,6 +48,30 @@ public static void ThrowIfUnsuccessful(this AmazonWebServiceResponse response, s
37
48
}
38
49
}
39
50
51
+
/// <summary>
52
+
/// Converts the <see cref="BillingMode"/> into a human-readable string.
53
+
/// </summary>
54
+
/// <param name="entity">The <see cref="BillingMode"/> to convert.</param>
0 commit comments