Skip to content

Commit 764b909

Browse files
authored
Merge pull request #465 from Hacking-the-Cloud/aws/update_whoami
Update whoami.md
2 parents 9651594 + c4ee178 commit 764b909

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

content/aws/enumeration/whoami.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,21 @@ user@host:~$ aws sqs list-queues
2323
2424
An error occurred (AccessDenied) when calling the ListQueues operation: User: arn:aws:sts::123456789012:assumed-role/no_perms/no_perms is not authorized to perform: sqs:listqueues on resource: arn:aws:sqs:us-east-1:123456789012: because no identity-based policy allows the sqs:listqueues action
2525
```
26+
27+
## pinpoint-sms-voice:SendVoiceMessage
28+
[pinpoint-sms-voice:SendVoiceMessage](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/pinpoint-sms-voice/send-voice-message.html) is another API call that does [not](https://docs.aws.amazon.com/pinpoint/latest/developerguide/pinpoint-sms-voice-cloudtrail-actions.html) log to CloudTrail.
29+
30+
```
31+
user@host:~% aws pinpoint-sms-voice send-voice-message
32+
33+
An error occurred (AccessDeniedException) when calling the SendVoiceMessage operation: User: arn:aws:sts::123456789012:assumed-role/no_perms/no_perms is not authorized to perform: sms-voice:SendVoiceMessage on resource: arn:aws:sms-voice:us-east-1:123456789012:/v1/sms-voice/voice/message
34+
```
35+
36+
## timestream-query:DescribeEndpoints
37+
[timestream-query:DescribeEndpoints](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/timestream-query/describe-endpoints.html) is another API call that does [not](https://docs.aws.amazon.com/timestream/latest/developerguide/logging-using-cloudtrail.html) log to CloudTrail.
38+
39+
```
40+
user@host:~% aws timestream-query describe-endpoints
41+
42+
An error occurred (AccessDeniedException) when calling the DescribeEndpoints operation: User: arn:aws:sts::123456789012:assumed-role/no_perms/no_perms is not authorized to perform: timestream:DescribeEndpoints because no identity-based policy allows the timestream:DescribeEndpoints action
43+
```

0 commit comments

Comments
 (0)