errors.go 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package workspaces
  3. const (
  4. // ErrCodeAccessDeniedException for service response error code
  5. // "AccessDeniedException".
  6. //
  7. // The user is not authorized to access a resource.
  8. ErrCodeAccessDeniedException = "AccessDeniedException"
  9. // ErrCodeInvalidParameterValuesException for service response error code
  10. // "InvalidParameterValuesException".
  11. //
  12. // One or more parameter values are not valid.
  13. ErrCodeInvalidParameterValuesException = "InvalidParameterValuesException"
  14. // ErrCodeInvalidResourceStateException for service response error code
  15. // "InvalidResourceStateException".
  16. //
  17. // The state of the resource is not valid for this operation.
  18. ErrCodeInvalidResourceStateException = "InvalidResourceStateException"
  19. // ErrCodeOperationInProgressException for service response error code
  20. // "OperationInProgressException".
  21. //
  22. // The properties of this WorkSpace are currently being modified. Try again
  23. // in a moment.
  24. ErrCodeOperationInProgressException = "OperationInProgressException"
  25. // ErrCodeOperationNotSupportedException for service response error code
  26. // "OperationNotSupportedException".
  27. //
  28. // This operation is not supported.
  29. ErrCodeOperationNotSupportedException = "OperationNotSupportedException"
  30. // ErrCodeResourceAlreadyExistsException for service response error code
  31. // "ResourceAlreadyExistsException".
  32. //
  33. // The specified resource already exists.
  34. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  35. // ErrCodeResourceAssociatedException for service response error code
  36. // "ResourceAssociatedException".
  37. //
  38. // The resource is associated with a directory.
  39. ErrCodeResourceAssociatedException = "ResourceAssociatedException"
  40. // ErrCodeResourceCreationFailedException for service response error code
  41. // "ResourceCreationFailedException".
  42. //
  43. // The resource could not be created.
  44. ErrCodeResourceCreationFailedException = "ResourceCreationFailedException"
  45. // ErrCodeResourceLimitExceededException for service response error code
  46. // "ResourceLimitExceededException".
  47. //
  48. // Your resource limits have been exceeded.
  49. ErrCodeResourceLimitExceededException = "ResourceLimitExceededException"
  50. // ErrCodeResourceNotFoundException for service response error code
  51. // "ResourceNotFoundException".
  52. //
  53. // The resource could not be found.
  54. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  55. // ErrCodeResourceUnavailableException for service response error code
  56. // "ResourceUnavailableException".
  57. //
  58. // The specified resource is not available.
  59. ErrCodeResourceUnavailableException = "ResourceUnavailableException"
  60. // ErrCodeUnsupportedWorkspaceConfigurationException for service response error code
  61. // "UnsupportedWorkspaceConfigurationException".
  62. //
  63. // The configuration of this WorkSpace is not supported for this operation.
  64. // For more information, see the Amazon WorkSpaces Administration Guide (http://docs.aws.amazon.com/workspaces/latest/adminguide/).
  65. ErrCodeUnsupportedWorkspaceConfigurationException = "UnsupportedWorkspaceConfigurationException"
  66. )