Skip to content

Commit 91874c7

Browse files
committed
mistake fixed
1 parent 6850f5f commit 91874c7

File tree

1 file changed

+1
-1
lines changed
  • swift/example_code/bedrock-runtime/models/amazon-nova/amazon_nova_reel/Sources

1 file changed

+1
-1
lines changed

swift/example_code/bedrock-runtime/models/amazon-nova/amazon_nova_reel/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func main() async throws {
7575
prompt: "A pomegranate juice in a railway station",
7676
outputS3Uri: bucket
7777
)
78-
print(f"Job started with invocation ARN: {invocation_arn}")
78+
print("Job started with invocation ARN: \(String(describing:invocationArn))")
7979

8080
// Poll for job completion
8181
var status: BedrockRuntimeClientTypes.AsyncInvokeStatus?

0 commit comments

Comments
 (0)