errors.go 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package kinesisvideo
  3. const (
  4. // ErrCodeAccountStreamLimitExceededException for service response error code
  5. // "AccountStreamLimitExceededException".
  6. //
  7. // The number of streams created for the account is too high.
  8. ErrCodeAccountStreamLimitExceededException = "AccountStreamLimitExceededException"
  9. // ErrCodeClientLimitExceededException for service response error code
  10. // "ClientLimitExceededException".
  11. //
  12. // Kinesis Video Streams has throttled the request because you have exceeded
  13. // the limit of allowed client calls. Try making the call later.
  14. ErrCodeClientLimitExceededException = "ClientLimitExceededException"
  15. // ErrCodeDeviceStreamLimitExceededException for service response error code
  16. // "DeviceStreamLimitExceededException".
  17. //
  18. // Not implemented.
  19. ErrCodeDeviceStreamLimitExceededException = "DeviceStreamLimitExceededException"
  20. // ErrCodeInvalidArgumentException for service response error code
  21. // "InvalidArgumentException".
  22. //
  23. // The value for this input parameter is invalid.
  24. ErrCodeInvalidArgumentException = "InvalidArgumentException"
  25. // ErrCodeInvalidDeviceException for service response error code
  26. // "InvalidDeviceException".
  27. //
  28. // Not implemented.
  29. ErrCodeInvalidDeviceException = "InvalidDeviceException"
  30. // ErrCodeInvalidResourceFormatException for service response error code
  31. // "InvalidResourceFormatException".
  32. //
  33. // The format of the StreamARN is invalid.
  34. ErrCodeInvalidResourceFormatException = "InvalidResourceFormatException"
  35. // ErrCodeNotAuthorizedException for service response error code
  36. // "NotAuthorizedException".
  37. //
  38. // The caller is not authorized to perform this operation.
  39. ErrCodeNotAuthorizedException = "NotAuthorizedException"
  40. // ErrCodeResourceInUseException for service response error code
  41. // "ResourceInUseException".
  42. //
  43. // The stream is currently not available for this operation.
  44. ErrCodeResourceInUseException = "ResourceInUseException"
  45. // ErrCodeResourceNotFoundException for service response error code
  46. // "ResourceNotFoundException".
  47. //
  48. // Amazon Kinesis Video Streams can't find the stream that you specified.
  49. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  50. // ErrCodeTagsPerResourceExceededLimitException for service response error code
  51. // "TagsPerResourceExceededLimitException".
  52. //
  53. // You have exceeded the limit of tags that you can associate with the resource.
  54. // Kinesis video streams support up to 50 tags.
  55. ErrCodeTagsPerResourceExceededLimitException = "TagsPerResourceExceededLimitException"
  56. // ErrCodeVersionMismatchException for service response error code
  57. // "VersionMismatchException".
  58. //
  59. // The stream version that you specified is not the latest version. To get the
  60. // latest version, use the DescribeStream (http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html)
  61. // API.
  62. ErrCodeVersionMismatchException = "VersionMismatchException"
  63. )