errors.go 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package globalaccelerator
  3. const (
  4. // ErrCodeAcceleratorNotDisabledException for service response error code
  5. // "AcceleratorNotDisabledException".
  6. //
  7. // The accelerator that you specified could not be disabled.
  8. ErrCodeAcceleratorNotDisabledException = "AcceleratorNotDisabledException"
  9. // ErrCodeAcceleratorNotFoundException for service response error code
  10. // "AcceleratorNotFoundException".
  11. //
  12. // The accelerator that you specified doesn't exist.
  13. ErrCodeAcceleratorNotFoundException = "AcceleratorNotFoundException"
  14. // ErrCodeAssociatedEndpointGroupFoundException for service response error code
  15. // "AssociatedEndpointGroupFoundException".
  16. //
  17. // The listener that you specified has an endpoint group associated with it.
  18. // You must remove all dependent resources from a listener before you can delete
  19. // it.
  20. ErrCodeAssociatedEndpointGroupFoundException = "AssociatedEndpointGroupFoundException"
  21. // ErrCodeAssociatedListenerFoundException for service response error code
  22. // "AssociatedListenerFoundException".
  23. //
  24. // The accelerator that you specified has a listener associated with it. You
  25. // must remove all dependent resources from an accelerator before you can delete
  26. // it.
  27. ErrCodeAssociatedListenerFoundException = "AssociatedListenerFoundException"
  28. // ErrCodeEndpointGroupAlreadyExistsException for service response error code
  29. // "EndpointGroupAlreadyExistsException".
  30. //
  31. // The endpoint group that you specified already exists.
  32. ErrCodeEndpointGroupAlreadyExistsException = "EndpointGroupAlreadyExistsException"
  33. // ErrCodeEndpointGroupNotFoundException for service response error code
  34. // "EndpointGroupNotFoundException".
  35. //
  36. // The endpoint group that you specified doesn't exist.
  37. ErrCodeEndpointGroupNotFoundException = "EndpointGroupNotFoundException"
  38. // ErrCodeInternalServiceErrorException for service response error code
  39. // "InternalServiceErrorException".
  40. //
  41. // There was an internal error for AWS Global Accelerator.
  42. ErrCodeInternalServiceErrorException = "InternalServiceErrorException"
  43. // ErrCodeInvalidArgumentException for service response error code
  44. // "InvalidArgumentException".
  45. //
  46. // An argument that you specified is invalid.
  47. ErrCodeInvalidArgumentException = "InvalidArgumentException"
  48. // ErrCodeInvalidNextTokenException for service response error code
  49. // "InvalidNextTokenException".
  50. //
  51. // There isn't another item to return.
  52. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  53. // ErrCodeInvalidPortRangeException for service response error code
  54. // "InvalidPortRangeException".
  55. //
  56. // The port numbers that you specified are not valid numbers or are not unique
  57. // for this accelerator.
  58. ErrCodeInvalidPortRangeException = "InvalidPortRangeException"
  59. // ErrCodeLimitExceededException for service response error code
  60. // "LimitExceededException".
  61. //
  62. // Processing your request would cause you to exceed an AWS Global Accelerator
  63. // limit.
  64. ErrCodeLimitExceededException = "LimitExceededException"
  65. // ErrCodeListenerNotFoundException for service response error code
  66. // "ListenerNotFoundException".
  67. //
  68. // The listener that you specified doesn't exist.
  69. ErrCodeListenerNotFoundException = "ListenerNotFoundException"
  70. )