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
"documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>. Lambda returns tag data only if you have explicit allow permissions for <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/lambda/latest/api/API_ListTags.html\">lambda:ListTags</a>.</p>"
3233
+
},
3234
+
"TagsError":{
3235
+
"shape":"TagsError",
3236
+
"documentation":"<p>An object that contains details about an error related to retrieving tags.</p>"
3233
3237
},
3234
3238
"Concurrency":{
3235
3239
"shape":"Concurrency",
@@ -5766,6 +5770,36 @@
5766
5770
"key":{"shape":"TagKey"},
5767
5771
"value":{"shape":"TagValue"}
5768
5772
},
5773
+
"TagsError":{
5774
+
"type":"structure",
5775
+
"required":[
5776
+
"ErrorCode",
5777
+
"Message"
5778
+
],
5779
+
"members":{
5780
+
"ErrorCode":{
5781
+
"shape":"TagsErrorCode",
5782
+
"documentation":"<p>The error code.</p>"
5783
+
},
5784
+
"Message":{
5785
+
"shape":"TagsErrorMessage",
5786
+
"documentation":"<p>The error message.</p>"
5787
+
}
5788
+
},
5789
+
"documentation":"<p>An object that contains details about an error related to retrieving tags.</p>"
0 commit comments