Skip to content

Commit ab58747

Browse files
CSOAR-3203 fixed minor issues
1 parent d93cc91 commit ab58747

File tree

1 file changed

+1
-2
lines changed
  • docs/platform-services/automation-service/app-central/integrations

1 file changed

+1
-2
lines changed

docs/platform-services/automation-service/app-central/integrations/aws-waf.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,8 @@ ISSUES DESCRIPTION
188188
WAFNonexistentItemException Occurs when trying to access or delete a non-existent resource Double-check the Id, Name, and Scope. Use List APIs to confirm existence.
189189
WAFOptimisticLockException Indicates a stale or missing LockToken when updating or deleting resources Always fetch the latest LockToken using Get API before performing updates/deletes.
190190
WAFInvalidParameterException One or more parameters are invalid or missing Verify that all required parameters are included and correctly formatted (e.g., CIDR for IP sets).
191-
ThrottlingException Request rate exceeds allowed TPS Implement exponential backoff and retry logic. Respect rate limits defined in your account.
192191
AccessDeniedException Occurs when permissions are insufficient Check IAM roles and policies assigned to the user or service making the request. Ensure wafv2:* permissions are included.
193-
Resource still appears after deletion A deleted IPSet, RuleGroup, etc. still seems accessible in the UI or APIs Allow a few seconds for propagation. Use Get<Type> or List<Type>s to confirm removal.
192+
Resource still appears after deletion A deleted IPSet, RuleGroup, etc. still seems accessible in the UI or APIs Allow a few seconds for propagation. Use Get <Action Type> or List <Action Type>s to confirm removal.
194193
IP addresses not being blocked Traffic from listed IPs still reaches the application Ensure the IPSet is attached to a WebACL and the WebACL is associated with the resource (e.g., CloudFront or ALB).
195194
````
196195
### FAQs

0 commit comments

Comments
 (0)