aws cloudtrail not showing detailed error message for 'access denied' error

0

hi AWS: I am troubleshooting an 'access denied' event in cloud trail. According to my research online, the cloudtrail error message is supposed to give details on what specific permission is lacking, such as this "User: arn:aws:iam::account:user/username is not authorized to perform: cloudtrail:LookupEvents with an explicit deny in an identity-based policy".

However, when I look at my event in cloudtrail lake, the only message in the error message column is 'Access Denied'. Is there any additional config I need to change to see details of the error?

here is my query: select errorMessage from mydatastoreID where errorCode ='AccessDenied' and requestID= myrequestID

已提问 1 年前419 查看次数
1 回答
0

I would do "select *" and have a look at the other fields.

专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则