errors.go 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package robomaker
  3. const (
  4. // ErrCodeConcurrentDeploymentException for service response error code
  5. // "ConcurrentDeploymentException".
  6. ErrCodeConcurrentDeploymentException = "ConcurrentDeploymentException"
  7. // ErrCodeIdempotentParameterMismatchException for service response error code
  8. // "IdempotentParameterMismatchException".
  9. //
  10. // The request uses the same client token as a previous, but non-identical request.
  11. // Do not reuse a client token with different requests, unless the requests
  12. // are identical.
  13. ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"
  14. // ErrCodeInternalServerException for service response error code
  15. // "InternalServerException".
  16. //
  17. // AWS RoboMaker experienced a service issue. Try your call again.
  18. ErrCodeInternalServerException = "InternalServerException"
  19. // ErrCodeInvalidParameterException for service response error code
  20. // "InvalidParameterException".
  21. //
  22. // A parameter specified in a request is not valid, is unsupported, or cannot
  23. // be used. The returned message provides an explanation of the error value.
  24. ErrCodeInvalidParameterException = "InvalidParameterException"
  25. // ErrCodeLimitExceededException for service response error code
  26. // "LimitExceededException".
  27. //
  28. // The requested resource exceeds the maximum number allowed, or the number
  29. // of concurrent stream requests exceeds the maximum number allowed.
  30. ErrCodeLimitExceededException = "LimitExceededException"
  31. // ErrCodeResourceAlreadyExistsException for service response error code
  32. // "ResourceAlreadyExistsException".
  33. //
  34. // The specified resource already exists
  35. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  36. // ErrCodeResourceNotFoundException for service response error code
  37. // "ResourceNotFoundException".
  38. //
  39. // The specified resource does not exist.
  40. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  41. // ErrCodeThrottlingException for service response error code
  42. // "ThrottlingException".
  43. //
  44. // AWS RoboMaker is temporarily unable to process the request. Try your call
  45. // again.
  46. ErrCodeThrottlingException = "ThrottlingException"
  47. )