errors.go 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package fms
  3. const (
  4. // ErrCodeInternalErrorException for service response error code
  5. // "InternalErrorException".
  6. //
  7. // The operation failed because of a system problem, even though the request
  8. // was valid. Retry your request.
  9. ErrCodeInternalErrorException = "InternalErrorException"
  10. // ErrCodeInvalidInputException for service response error code
  11. // "InvalidInputException".
  12. //
  13. // The parameters of the request were invalid.
  14. ErrCodeInvalidInputException = "InvalidInputException"
  15. // ErrCodeInvalidOperationException for service response error code
  16. // "InvalidOperationException".
  17. //
  18. // The operation failed because there was nothing to do. For example, you might
  19. // have submitted an AssociateAdminAccount request, but the account ID that
  20. // you submitted was already set as the AWS Firewall Manager administrator.
  21. ErrCodeInvalidOperationException = "InvalidOperationException"
  22. // ErrCodeInvalidTypeException for service response error code
  23. // "InvalidTypeException".
  24. //
  25. // The value of the Type parameter is invalid.
  26. ErrCodeInvalidTypeException = "InvalidTypeException"
  27. // ErrCodeLimitExceededException for service response error code
  28. // "LimitExceededException".
  29. //
  30. // The operation exceeds a resource limit, for example, the maximum number of
  31. // policy objects that you can create for an AWS account. For more information,
  32. // see Firewall Manager Limits (http://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html)
  33. // in the AWS WAF Developer Guide.
  34. ErrCodeLimitExceededException = "LimitExceededException"
  35. // ErrCodeResourceNotFoundException for service response error code
  36. // "ResourceNotFoundException".
  37. //
  38. // The specified resource was not found.
  39. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  40. )