errors.go 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package acmpca
  3. const (
  4. // ErrCodeCertificateMismatchException for service response error code
  5. // "CertificateMismatchException".
  6. //
  7. // The certificate authority certificate you are importing does not comply with
  8. // conditions specified in the certificate that signed it.
  9. ErrCodeCertificateMismatchException = "CertificateMismatchException"
  10. // ErrCodeConcurrentModificationException for service response error code
  11. // "ConcurrentModificationException".
  12. //
  13. // A previous update to your private CA is still ongoing.
  14. ErrCodeConcurrentModificationException = "ConcurrentModificationException"
  15. // ErrCodeInvalidArgsException for service response error code
  16. // "InvalidArgsException".
  17. //
  18. // One or more of the specified arguments was not valid.
  19. ErrCodeInvalidArgsException = "InvalidArgsException"
  20. // ErrCodeInvalidArnException for service response error code
  21. // "InvalidArnException".
  22. //
  23. // The requested Amazon Resource Name (ARN) does not refer to an existing resource.
  24. ErrCodeInvalidArnException = "InvalidArnException"
  25. // ErrCodeInvalidNextTokenException for service response error code
  26. // "InvalidNextTokenException".
  27. //
  28. // The token specified in the NextToken argument is not valid. Use the token
  29. // returned from your previous call to ListCertificateAuthorities.
  30. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  31. // ErrCodeInvalidPolicyException for service response error code
  32. // "InvalidPolicyException".
  33. //
  34. // The S3 bucket policy is not valid. The policy must give ACM PCA rights to
  35. // read from and write to the bucket and find the bucket location.
  36. ErrCodeInvalidPolicyException = "InvalidPolicyException"
  37. // ErrCodeInvalidStateException for service response error code
  38. // "InvalidStateException".
  39. //
  40. // The private CA is in a state during which a report or certificate cannot
  41. // be generated.
  42. ErrCodeInvalidStateException = "InvalidStateException"
  43. // ErrCodeInvalidTagException for service response error code
  44. // "InvalidTagException".
  45. //
  46. // The tag associated with the CA is not valid. The invalid argument is contained
  47. // in the message field.
  48. ErrCodeInvalidTagException = "InvalidTagException"
  49. // ErrCodeLimitExceededException for service response error code
  50. // "LimitExceededException".
  51. //
  52. // An ACM PCA limit has been exceeded. See the exception message returned to
  53. // determine the limit that was exceeded.
  54. ErrCodeLimitExceededException = "LimitExceededException"
  55. // ErrCodeMalformedCSRException for service response error code
  56. // "MalformedCSRException".
  57. //
  58. // The certificate signing request is invalid.
  59. ErrCodeMalformedCSRException = "MalformedCSRException"
  60. // ErrCodeMalformedCertificateException for service response error code
  61. // "MalformedCertificateException".
  62. //
  63. // One or more fields in the certificate are invalid.
  64. ErrCodeMalformedCertificateException = "MalformedCertificateException"
  65. // ErrCodeRequestAlreadyProcessedException for service response error code
  66. // "RequestAlreadyProcessedException".
  67. //
  68. // Your request has already been completed.
  69. ErrCodeRequestAlreadyProcessedException = "RequestAlreadyProcessedException"
  70. // ErrCodeRequestFailedException for service response error code
  71. // "RequestFailedException".
  72. //
  73. // The request has failed for an unspecified reason.
  74. ErrCodeRequestFailedException = "RequestFailedException"
  75. // ErrCodeRequestInProgressException for service response error code
  76. // "RequestInProgressException".
  77. //
  78. // Your request is already in progress.
  79. ErrCodeRequestInProgressException = "RequestInProgressException"
  80. // ErrCodeResourceNotFoundException for service response error code
  81. // "ResourceNotFoundException".
  82. //
  83. // A resource such as a private CA, S3 bucket, certificate, or audit report
  84. // cannot be found.
  85. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  86. // ErrCodeTooManyTagsException for service response error code
  87. // "TooManyTagsException".
  88. //
  89. // You can associate up to 50 tags with a private CA. Exception information
  90. // is contained in the exception message field.
  91. ErrCodeTooManyTagsException = "TooManyTagsException"
  92. )