errors.go 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package appstream
  3. const (
  4. // ErrCodeConcurrentModificationException for service response error code
  5. // "ConcurrentModificationException".
  6. //
  7. // An API error occurred. Wait a few minutes and try again.
  8. ErrCodeConcurrentModificationException = "ConcurrentModificationException"
  9. // ErrCodeIncompatibleImageException for service response error code
  10. // "IncompatibleImageException".
  11. //
  12. // The image does not support storage connectors.
  13. ErrCodeIncompatibleImageException = "IncompatibleImageException"
  14. // ErrCodeInvalidAccountStatusException for service response error code
  15. // "InvalidAccountStatusException".
  16. //
  17. // The resource cannot be created because your AWS account is suspended. For
  18. // assistance, contact AWS Support.
  19. ErrCodeInvalidAccountStatusException = "InvalidAccountStatusException"
  20. // ErrCodeInvalidParameterCombinationException for service response error code
  21. // "InvalidParameterCombinationException".
  22. //
  23. // Indicates an incorrect combination of parameters, or a missing parameter.
  24. ErrCodeInvalidParameterCombinationException = "InvalidParameterCombinationException"
  25. // ErrCodeInvalidRoleException for service response error code
  26. // "InvalidRoleException".
  27. //
  28. // The specified role is invalid.
  29. ErrCodeInvalidRoleException = "InvalidRoleException"
  30. // ErrCodeLimitExceededException for service response error code
  31. // "LimitExceededException".
  32. //
  33. // The requested limit exceeds the permitted limit for an account.
  34. ErrCodeLimitExceededException = "LimitExceededException"
  35. // ErrCodeOperationNotPermittedException for service response error code
  36. // "OperationNotPermittedException".
  37. //
  38. // The attempted operation is not permitted.
  39. ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
  40. // ErrCodeResourceAlreadyExistsException for service response error code
  41. // "ResourceAlreadyExistsException".
  42. //
  43. // The specified resource already exists.
  44. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  45. // ErrCodeResourceInUseException for service response error code
  46. // "ResourceInUseException".
  47. //
  48. // The specified resource is in use.
  49. ErrCodeResourceInUseException = "ResourceInUseException"
  50. // ErrCodeResourceNotAvailableException for service response error code
  51. // "ResourceNotAvailableException".
  52. //
  53. // The specified resource exists and is not in use, but isn't available.
  54. ErrCodeResourceNotAvailableException = "ResourceNotAvailableException"
  55. // ErrCodeResourceNotFoundException for service response error code
  56. // "ResourceNotFoundException".
  57. //
  58. // The specified resource was not found.
  59. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  60. )