/vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go

https://gitlab.com/unofficial-mirrors/openshift-origin · Go · 112 lines · 19 code · 18 blank · 75 comment · 0 complexity · e67e707aaa7a1b227e66dcd8a291e0d3 MD5 · raw file

  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cloudformation
  3. const (
  4. // ErrCodeAlreadyExistsException for service response error code
  5. // "AlreadyExistsException".
  6. //
  7. // The resource with the name requested already exists.
  8. ErrCodeAlreadyExistsException = "AlreadyExistsException"
  9. // ErrCodeChangeSetNotFoundException for service response error code
  10. // "ChangeSetNotFound".
  11. //
  12. // The specified change set name or ID doesn't exit. To view valid change sets
  13. // for a stack, use the ListChangeSets action.
  14. ErrCodeChangeSetNotFoundException = "ChangeSetNotFound"
  15. // ErrCodeCreatedButModifiedException for service response error code
  16. // "CreatedButModifiedException".
  17. //
  18. // The specified resource exists, but has been changed.
  19. ErrCodeCreatedButModifiedException = "CreatedButModifiedException"
  20. // ErrCodeInsufficientCapabilitiesException for service response error code
  21. // "InsufficientCapabilitiesException".
  22. //
  23. // The template contains resources with capabilities that weren't specified
  24. // in the Capabilities parameter.
  25. ErrCodeInsufficientCapabilitiesException = "InsufficientCapabilitiesException"
  26. // ErrCodeInvalidChangeSetStatusException for service response error code
  27. // "InvalidChangeSetStatus".
  28. //
  29. // The specified change set can't be used to update the stack. For example,
  30. // the change set status might be CREATE_IN_PROGRESS, or the stack status might
  31. // be UPDATE_IN_PROGRESS.
  32. ErrCodeInvalidChangeSetStatusException = "InvalidChangeSetStatus"
  33. // ErrCodeInvalidOperationException for service response error code
  34. // "InvalidOperationException".
  35. //
  36. // The specified operation isn't valid.
  37. ErrCodeInvalidOperationException = "InvalidOperationException"
  38. // ErrCodeLimitExceededException for service response error code
  39. // "LimitExceededException".
  40. //
  41. // The quota for the resource has already been reached.
  42. //
  43. // For information on stack set limitations, see Limitations of StackSets (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-limitations.html).
  44. ErrCodeLimitExceededException = "LimitExceededException"
  45. // ErrCodeNameAlreadyExistsException for service response error code
  46. // "NameAlreadyExistsException".
  47. //
  48. // The specified name is already in use.
  49. ErrCodeNameAlreadyExistsException = "NameAlreadyExistsException"
  50. // ErrCodeOperationIdAlreadyExistsException for service response error code
  51. // "OperationIdAlreadyExistsException".
  52. //
  53. // The specified operation ID already exists.
  54. ErrCodeOperationIdAlreadyExistsException = "OperationIdAlreadyExistsException"
  55. // ErrCodeOperationInProgressException for service response error code
  56. // "OperationInProgressException".
  57. //
  58. // Another operation is currently in progress for this stack set. Only one operation
  59. // can be performed for a stack set at a given time.
  60. ErrCodeOperationInProgressException = "OperationInProgressException"
  61. // ErrCodeOperationNotFoundException for service response error code
  62. // "OperationNotFoundException".
  63. //
  64. // The specified ID refers to an operation that doesn't exist.
  65. ErrCodeOperationNotFoundException = "OperationNotFoundException"
  66. // ErrCodeStackInstanceNotFoundException for service response error code
  67. // "StackInstanceNotFoundException".
  68. //
  69. // The specified stack instance doesn't exist.
  70. ErrCodeStackInstanceNotFoundException = "StackInstanceNotFoundException"
  71. // ErrCodeStackSetNotEmptyException for service response error code
  72. // "StackSetNotEmptyException".
  73. //
  74. // You can't yet delete this stack set, because it still contains one or more
  75. // stack instances. Delete all stack instances from the stack set before deleting
  76. // the stack set.
  77. ErrCodeStackSetNotEmptyException = "StackSetNotEmptyException"
  78. // ErrCodeStackSetNotFoundException for service response error code
  79. // "StackSetNotFoundException".
  80. //
  81. // The specified stack set doesn't exist.
  82. ErrCodeStackSetNotFoundException = "StackSetNotFoundException"
  83. // ErrCodeStaleRequestException for service response error code
  84. // "StaleRequestException".
  85. //
  86. // Another operation has been performed on this stack set since the specified
  87. // operation was performed.
  88. ErrCodeStaleRequestException = "StaleRequestException"
  89. // ErrCodeTokenAlreadyExistsException for service response error code
  90. // "TokenAlreadyExistsException".
  91. //
  92. // A client request token already exists.
  93. ErrCodeTokenAlreadyExistsException = "TokenAlreadyExistsException"
  94. )