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
* <p>The code associated with the error. Possible values are:</p>
7353
+
* <ul>
7354
+
* <li>
7355
+
* <p>
7356
+
* <code>ConcurrentUpdateError</code> - Another process or request attempted to update the finding while this request was being processed</p>
7357
+
* </li>
7358
+
* <li>
7359
+
* <p>
7360
+
* <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code>
7361
+
* </p>
7362
+
* </li>
7363
+
* <li>
7364
+
* <p>
7365
+
* <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding</p>
7366
+
* </li>
7367
+
* <li>
7368
+
* <p>
7369
+
* <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB</p>
7370
+
* </li>
7371
+
* <li>
7372
+
* <p>
7373
+
* <code>InternalFailure</code> - An internal service failure occurred when updating the finding</p>
7374
+
* </li>
7375
+
* <li>
7376
+
* <p>
7377
+
* <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html">Amazon Web Services Security Finding Format</a> syntax</p>
7378
+
* </li>
7379
+
* </ul>
7353
7380
*/
7354
7381
ErrorCode: string|undefined;
7355
7382
7356
7383
/**
7357
-
* <p>The message associated with the error.</p>
7384
+
* <p>The message associated with the error. Possible values are:</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/securityhub.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14814,7 +14814,7 @@
14814
14814
}
14815
14815
},
14816
14816
"traits": {
14817
-
"smithy.api#documentation": "<p>Describes the action that AWS WAF should take on a web request when it matches the criteria defined in the rule.\n </p>"
14817
+
"smithy.api#documentation": "<p>Describes the action that WAF should take on a web request when it matches the criteria defined in the rule.\n </p>"
"smithy.api#documentation": "<p>The action that AWS WAF takes when a web request matches all conditions in the rule, such as allow, \n block, or count the request.\n </p>"
14954
+
"smithy.api#documentation": "<p>The action that WAF takes when a web request matches all conditions in the rule, such as allow, \n block, or count the request.\n </p>"
"smithy.api#documentation": "<p>The code associated with the error.</p>",
15570
+
"smithy.api#documentation": "<p>The code associated with the error. Possible values are:</p>\n <ul>\n <li>\n <p>\n <code>ConcurrentUpdateError</code> - Another process or request attempted to update the finding while this request was being processed</p>\n </li>\n <li>\n <p>\n <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code>\n </p>\n </li>\n <li>\n <p>\n <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding</p>\n </li>\n <li>\n <p>\n <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB</p>\n </li>\n <li>\n <p>\n <code>InternalFailure</code> - An internal service failure occurred when updating the finding</p>\n </li>\n <li>\n <p>\n <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> syntax</p>\n </li>\n </ul>",
0 commit comments