File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
swift/example_code/support/scenario/Sources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ class Scenario {
309309 print ( " *** You need a subscription to use AWS Support. " )
310310 return [ ]
311311 } else {
312- print ( " *** An unanticipated error occurred getting support information: \( error. errorCode ?? " <unknown> " ) . " )
312+ print ( " *** An unanticipated error occurred getting support information: \( error. message ?? " " ) ( \( error . errorCode ?? " <unknown> " ) ). " )
313313 return [ ]
314314 }
315315 } catch {
Original file line number Diff line number Diff line change 55// An example that shows how to use the AWS SDK for Swift to perform a series
66// of operations using AWS Support
77//
8- // NOTE: You must have a business class AWS account to use AWS Support
9- // features. See https://aws.amazon.com/premiumsupport/plans/.
10- //
8+ // NOTE: You must have one of the following AWS Support plans to use the AWS
9+ // Support API: Business, Enterprise On-Ramp, or Enterprise. For more
10+ // information, see: https://aws.amazon.com/premiumsupport/plans/.
1111
1212import ArgumentParser
1313import AWSClientRuntime
You can’t perform that action at this time.
0 commit comments