errors.go 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package autoscaling
  3. const (
  4. // ErrCodeAlreadyExistsFault for service response error code
  5. // "AlreadyExists".
  6. //
  7. // You already have an Auto Scaling group or launch configuration with this
  8. // name.
  9. ErrCodeAlreadyExistsFault = "AlreadyExists"
  10. // ErrCodeInvalidNextToken for service response error code
  11. // "InvalidNextToken".
  12. //
  13. // The NextToken value is not valid.
  14. ErrCodeInvalidNextToken = "InvalidNextToken"
  15. // ErrCodeLimitExceededFault for service response error code
  16. // "LimitExceeded".
  17. //
  18. // You have already reached a limit for your Amazon EC2 Auto Scaling resources
  19. // (for example, Auto Scaling groups, launch configurations, or lifecycle hooks).
  20. // For more information, see DescribeAccountLimits.
  21. ErrCodeLimitExceededFault = "LimitExceeded"
  22. // ErrCodeResourceContentionFault for service response error code
  23. // "ResourceContention".
  24. //
  25. // You already have a pending update to an Amazon EC2 Auto Scaling resource
  26. // (for example, an Auto Scaling group, instance, or load balancer).
  27. ErrCodeResourceContentionFault = "ResourceContention"
  28. // ErrCodeResourceInUseFault for service response error code
  29. // "ResourceInUse".
  30. //
  31. // The operation can't be performed because the resource is in use.
  32. ErrCodeResourceInUseFault = "ResourceInUse"
  33. // ErrCodeScalingActivityInProgressFault for service response error code
  34. // "ScalingActivityInProgress".
  35. //
  36. // The operation can't be performed because there are scaling activities in
  37. // progress.
  38. ErrCodeScalingActivityInProgressFault = "ScalingActivityInProgress"
  39. // ErrCodeServiceLinkedRoleFailure for service response error code
  40. // "ServiceLinkedRoleFailure".
  41. //
  42. // The service-linked role is not yet ready for use.
  43. ErrCodeServiceLinkedRoleFailure = "ServiceLinkedRoleFailure"
  44. )