Skip to content

Commit 7cf8ece

Browse files
committed
Add comment about business account needed
1 parent de5a42c commit 7cf8ece

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

swift/example_code/support/scenario/Sources/entry.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
// SPDX-License-Identifier: Apache-2.0
33
//
44
// snippet-start:[swift.support.scenario.entry]
5-
// An example that shows how to use the AWS SDK for Swift to perform a simple
6-
// operation using AWS Support.
5+
// An example that shows how to use the AWS SDK for Swift to perform a series
6+
// of operations using AWS Support
7+
//
8+
// NOTE: You must have a business class AWS account to use AWS Support
9+
// features.
710
//
811

912
import ArgumentParser

0 commit comments

Comments
 (0)