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
@@ -306,7 +306,7 @@ export async function uploadArtifactToS3(
306
306
`Amazon Q is unable to upload workspace artifacts to Amazon S3 for security scans. For more information, see the Amazon Q documentation or contact your network or organization administrator.`
307
307
)
308
308
consterrorMessage=getTelemetryReasonDesc(error)?.includes(`"PUT" request failed with code "403"`)
309
-
? `"PUT" request failed with code "403"`
309
+
? `UploadArtifactToS3Exception: "PUT" request failed with code "403"`
0 commit comments