|
794 | 794 | "output":{"shape":"ListTagsForResourceResponse"},
|
795 | 795 | "errors":[
|
796 | 796 | {"shape":"BadRequestException"},
|
| 797 | + {"shape":"AccessDeniedException"}, |
797 | 798 | {"shape":"InternalServerErrorException"}
|
798 | 799 | ],
|
799 | 800 | "documentation":"<p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters, IP sets, and threat intel sets, with a limit of 50 tags per resource. When invoked, this operation returns all assigned tags for a given resource.</p>"
|
|
870 | 871 | "output":{"shape":"TagResourceResponse"},
|
871 | 872 | "errors":[
|
872 | 873 | {"shape":"BadRequestException"},
|
| 874 | + {"shape":"AccessDeniedException"}, |
873 | 875 | {"shape":"InternalServerErrorException"}
|
874 | 876 | ],
|
875 | 877 | "documentation":"<p>Adds tags to a resource.</p>"
|
|
900 | 902 | "output":{"shape":"UntagResourceResponse"},
|
901 | 903 | "errors":[
|
902 | 904 | {"shape":"BadRequestException"},
|
| 905 | + {"shape":"AccessDeniedException"}, |
903 | 906 | {"shape":"InternalServerErrorException"}
|
904 | 907 | ],
|
905 | 908 | "documentation":"<p>Removes tags from a resource.</p>"
|
|
1123 | 1126 | },
|
1124 | 1127 | "documentation":"<p>Contains information on the current access control policies for the bucket.</p>"
|
1125 | 1128 | },
|
| 1129 | + "AccessDeniedException":{ |
| 1130 | + "type":"structure", |
| 1131 | + "members":{ |
| 1132 | + "Message":{ |
| 1133 | + "shape":"String", |
| 1134 | + "documentation":"<p>The error message.</p>", |
| 1135 | + "locationName":"message" |
| 1136 | + }, |
| 1137 | + "Type":{ |
| 1138 | + "shape":"String", |
| 1139 | + "documentation":"<p>The error type.</p>", |
| 1140 | + "locationName":"__type" |
| 1141 | + } |
| 1142 | + }, |
| 1143 | + "documentation":"<p>An access denied exception object.</p>", |
| 1144 | + "error":{"httpStatusCode":403}, |
| 1145 | + "exception":true |
| 1146 | + }, |
1126 | 1147 | "AccessKeyDetails":{
|
1127 | 1148 | "type":"structure",
|
1128 | 1149 | "members":{
|
|
0 commit comments