Skip to content

Commit 8c50b7d

Browse files
committed
DOC-469 Removed the backend error codes from the table
1 parent fbc536e commit 8c50b7d

File tree

1 file changed

+8
-8
lines changed
  • src/connections/storage/catalog/aws-s3

1 file changed

+8
-8
lines changed

src/connections/storage/catalog/aws-s3/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@ To verify that you migrated your source correctly:
260260

261261
The following table outlines some of the error codes the validation tool may display, as well as possible reasons for the error.
262262

263-
| Frontend error message | Backend error message | Likely cause of the error |
264-
| ---------------------- | --------------------- | ------------------------- |
265-
| Unknown Error. Please try again. If the problem persists, please contact [Segment support](mailto:[email protected]) | failed to assume intermediate role | Fail to assume intermediate role |
266-
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | role not configured with external id | Successfully assumed customer's role, role doesn't have external ID |
267-
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS S3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | failed to assume role | Fail to assume customer’s role without external ID & returned an error code that is not error 403 |
268-
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | assume role failed with Access Denied | Fail to assume customer’s role without external ID & returned error 403 |
269-
| Access Denied. Please add PutObject permissions to the IAM role in the AWS IAM Console. [Learn more](). | upload dummy object failed with Access Denied | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
270-
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS s3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | failed to upload dummy object | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
263+
| Error message | Likely cause of the error |
264+
| ------------- | ------------------------- |
265+
| Unknown Error. Please try again. If the problem persists, please contact [Segment support](mailto:[email protected]) | Fail to assume intermediate role |
266+
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | Successfully assumed customer's role, role doesn't have external ID |
267+
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS S3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | Fail to assume customer’s role without external ID & returned an error code that is not error 403 |
268+
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | Fail to assume customer’s role without external ID & returned error 403 |
269+
| Access Denied. Please add PutObject permissions to the IAM role in the AWS IAM Console. [Learn more](). | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
270+
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS s3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
271271

272272

273273
## Data format

0 commit comments

Comments
 (0)