Guest User

Untitled

a guest
May 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ListRateBasedRules
  2. WAFInternalErrorException 500
  3. WAFInvalidAccountException 400
  4.  
  5. CreateRateBasedRule
  6. WAFDisallowedNameException 400
  7. WAFInternalErrorException 500
  8. WAFInvalidParameterException 400
  9. WAFLimitsExceededException 400
  10. WAFStaleDataException 400
  11.  
  12. UpdateRateBasedRule
  13. WAFInternalErrorException 500
  14. WAFInvalidAccountException 400
  15. WAFInvalidOperationException 400
  16. WAFInvalidParameterException 400
  17. WAFLimitsExceededException 400
  18. WAFNonexistentContainerException 400
  19. WAFNonexistentItemException 400
  20. WAFReferencedItemException 400
  21. WAFStaleDataException 400
  22.  
  23. DeleteRateBasedRule
  24. WAFInternalErrorException 500
  25. WAFInvalidAccountException 400
  26. WAFNonEmptyEntityException 400
  27. WAFNonexistentItemException 400
  28. WAFReferencedItemException 400
  29. WAFStaleDataException 400
  30.  
  31. GetChangeToken
  32. WAFInternalErrorException 500
  33.  
  34.  
  35. Lambda failed resons:
  36. [All]env var TIME_LIMIT wasn't provided.
  37. [All]operational TIME_LIMIT is grater then Lambda's timeout deadline.
  38. [All]timeout. Lambda execution takes more then %d sec. If resource '%s' won't be deleted - delete it manualy
  39. [Create,Update]failed to parse RateLimit to Int64
  40. [Update,Delete]failed to get rule
  41. [Create,Update]failed to update WAF Rule with Predicates
  42. [All]failed to get Change Token
  43. [Delete]failed to delete WAF Rule Predicates
  44. [Delete]failed to delete Rule
  45. [Create]failed to get List of existing Rules
  46. [Create]resource already exists
Add Comment
Please, Sign In to add comment