errors.go 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package iot
  3. const (
  4. // ErrCodeCertificateConflictException for service response error code
  5. // "CertificateConflictException".
  6. //
  7. // Unable to verify the CA certificate used to sign the device certificate you
  8. // are attempting to register. This is happens when you have registered more
  9. // than one CA certificate that has the same subject field and public key.
  10. ErrCodeCertificateConflictException = "CertificateConflictException"
  11. // ErrCodeCertificateStateException for service response error code
  12. // "CertificateStateException".
  13. //
  14. // The certificate operation is not allowed.
  15. ErrCodeCertificateStateException = "CertificateStateException"
  16. // ErrCodeCertificateValidationException for service response error code
  17. // "CertificateValidationException".
  18. //
  19. // The certificate is invalid.
  20. ErrCodeCertificateValidationException = "CertificateValidationException"
  21. // ErrCodeConflictingResourceUpdateException for service response error code
  22. // "ConflictingResourceUpdateException".
  23. //
  24. // A conflicting resource update exception. This exception is thrown when two
  25. // pending updates cause a conflict.
  26. ErrCodeConflictingResourceUpdateException = "ConflictingResourceUpdateException"
  27. // ErrCodeDeleteConflictException for service response error code
  28. // "DeleteConflictException".
  29. //
  30. // You can't delete the resource because it is attached to one or more resources.
  31. ErrCodeDeleteConflictException = "DeleteConflictException"
  32. // ErrCodeIndexNotReadyException for service response error code
  33. // "IndexNotReadyException".
  34. //
  35. // The index is not ready.
  36. ErrCodeIndexNotReadyException = "IndexNotReadyException"
  37. // ErrCodeInternalException for service response error code
  38. // "InternalException".
  39. //
  40. // An unexpected error has occurred.
  41. ErrCodeInternalException = "InternalException"
  42. // ErrCodeInternalFailureException for service response error code
  43. // "InternalFailureException".
  44. //
  45. // An unexpected error has occurred.
  46. ErrCodeInternalFailureException = "InternalFailureException"
  47. // ErrCodeInvalidQueryException for service response error code
  48. // "InvalidQueryException".
  49. //
  50. // The query is invalid.
  51. ErrCodeInvalidQueryException = "InvalidQueryException"
  52. // ErrCodeInvalidRequestException for service response error code
  53. // "InvalidRequestException".
  54. //
  55. // The request is not valid.
  56. ErrCodeInvalidRequestException = "InvalidRequestException"
  57. // ErrCodeInvalidResponseException for service response error code
  58. // "InvalidResponseException".
  59. //
  60. // The response is invalid.
  61. ErrCodeInvalidResponseException = "InvalidResponseException"
  62. // ErrCodeInvalidStateTransitionException for service response error code
  63. // "InvalidStateTransitionException".
  64. //
  65. // An attempt was made to change to an invalid state, for example by deleting
  66. // a job or a job execution which is "IN_PROGRESS" without setting the force
  67. // parameter.
  68. ErrCodeInvalidStateTransitionException = "InvalidStateTransitionException"
  69. // ErrCodeLimitExceededException for service response error code
  70. // "LimitExceededException".
  71. //
  72. // A limit has been exceeded.
  73. ErrCodeLimitExceededException = "LimitExceededException"
  74. // ErrCodeMalformedPolicyException for service response error code
  75. // "MalformedPolicyException".
  76. //
  77. // The policy documentation is not valid.
  78. ErrCodeMalformedPolicyException = "MalformedPolicyException"
  79. // ErrCodeNotConfiguredException for service response error code
  80. // "NotConfiguredException".
  81. //
  82. // The resource is not configured.
  83. ErrCodeNotConfiguredException = "NotConfiguredException"
  84. // ErrCodeRegistrationCodeValidationException for service response error code
  85. // "RegistrationCodeValidationException".
  86. //
  87. // The registration code is invalid.
  88. ErrCodeRegistrationCodeValidationException = "RegistrationCodeValidationException"
  89. // ErrCodeResourceAlreadyExistsException for service response error code
  90. // "ResourceAlreadyExistsException".
  91. //
  92. // The resource already exists.
  93. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  94. // ErrCodeResourceNotFoundException for service response error code
  95. // "ResourceNotFoundException".
  96. //
  97. // The specified resource does not exist.
  98. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  99. // ErrCodeResourceRegistrationFailureException for service response error code
  100. // "ResourceRegistrationFailureException".
  101. //
  102. // The resource registration failed.
  103. ErrCodeResourceRegistrationFailureException = "ResourceRegistrationFailureException"
  104. // ErrCodeServiceUnavailableException for service response error code
  105. // "ServiceUnavailableException".
  106. //
  107. // The service is temporarily unavailable.
  108. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  109. // ErrCodeSqlParseException for service response error code
  110. // "SqlParseException".
  111. //
  112. // The Rule-SQL expression can't be parsed correctly.
  113. ErrCodeSqlParseException = "SqlParseException"
  114. // ErrCodeThrottlingException for service response error code
  115. // "ThrottlingException".
  116. //
  117. // The rate exceeds the limit.
  118. ErrCodeThrottlingException = "ThrottlingException"
  119. // ErrCodeTransferAlreadyCompletedException for service response error code
  120. // "TransferAlreadyCompletedException".
  121. //
  122. // You can't revert the certificate transfer because the transfer is already
  123. // complete.
  124. ErrCodeTransferAlreadyCompletedException = "TransferAlreadyCompletedException"
  125. // ErrCodeTransferConflictException for service response error code
  126. // "TransferConflictException".
  127. //
  128. // You can't transfer the certificate because authorization policies are still
  129. // attached.
  130. ErrCodeTransferConflictException = "TransferConflictException"
  131. // ErrCodeUnauthorizedException for service response error code
  132. // "UnauthorizedException".
  133. //
  134. // You are not authorized to perform this operation.
  135. ErrCodeUnauthorizedException = "UnauthorizedException"
  136. // ErrCodeVersionConflictException for service response error code
  137. // "VersionConflictException".
  138. //
  139. // An exception thrown when the version of an entity specified with the expectedVersion
  140. // parameter does not match the latest version in the system.
  141. ErrCodeVersionConflictException = "VersionConflictException"
  142. // ErrCodeVersionsLimitExceededException for service response error code
  143. // "VersionsLimitExceededException".
  144. //
  145. // The number of policy versions exceeds the limit.
  146. ErrCodeVersionsLimitExceededException = "VersionsLimitExceededException"
  147. )