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
While trying to run .reindex on my model, I am getting the following error: Traceback (most recent call last): 1: from (irb):12 JSON::ParserError (809: unexpected token at 'us-east-1/AwsActors::Backup::BackupVaultsActor | Aws::Backup::Errors::AccessDeniedException User: arn:aws:sts::0123456789012:assumed-role/admin/admin is not authorized to perform: backup:DeleteBackupVault on resource: arn:aws:backup:us-east-1:0123456789012:backup-vault:aws/efs/automatic-backup-vault with an explicit deny')
To be clear, this is an error message from AWS that we are trying to index.
Steps To Reproduce
Running Account.reindex from the rails console.
The text was updated successfully, but these errors were encountered:
Description
.reindex
on my model, I am getting the following error:Traceback (most recent call last): 1: from (irb):12 JSON::ParserError (809: unexpected token at 'us-east-1/AwsActors::Backup::BackupVaultsActor | Aws::Backup::Errors::AccessDeniedException User: arn:aws:sts::0123456789012:assumed-role/admin/admin is not authorized to perform: backup:DeleteBackupVault on resource: arn:aws:backup:us-east-1:0123456789012:backup-vault:aws/efs/automatic-backup-vault with an explicit deny')
To be clear, this is an error message from AWS that we are trying to index.
Steps To Reproduce
Account.reindex
from the rails console.The text was updated successfully, but these errors were encountered: