errors.go 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package applicationdiscoveryservice
  3. const (
  4. // ErrCodeAuthorizationErrorException for service response error code
  5. // "AuthorizationErrorException".
  6. //
  7. // The AWS user account does not have permission to perform the action. Check
  8. // the IAM policy associated with this account.
  9. ErrCodeAuthorizationErrorException = "AuthorizationErrorException"
  10. // ErrCodeConflictErrorException for service response error code
  11. // "ConflictErrorException".
  12. ErrCodeConflictErrorException = "ConflictErrorException"
  13. // ErrCodeInvalidParameterException for service response error code
  14. // "InvalidParameterException".
  15. //
  16. // One or more parameters are not valid. Verify the parameters and try again.
  17. ErrCodeInvalidParameterException = "InvalidParameterException"
  18. // ErrCodeInvalidParameterValueException for service response error code
  19. // "InvalidParameterValueException".
  20. //
  21. // The value of one or more parameters are either invalid or out of range. Verify
  22. // the parameter values and try again.
  23. ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
  24. // ErrCodeOperationNotPermittedException for service response error code
  25. // "OperationNotPermittedException".
  26. //
  27. // This operation is not permitted.
  28. ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
  29. // ErrCodeResourceInUseException for service response error code
  30. // "ResourceInUseException".
  31. //
  32. // This issue occurs when the same clientRequestToken is used with the StartImportTask
  33. // action, but with different parameters. For example, you use the same request
  34. // token but have two different import URLs, you can encounter this issue. If
  35. // the import tasks are meant to be different, use a different clientRequestToken,
  36. // and try again.
  37. ErrCodeResourceInUseException = "ResourceInUseException"
  38. // ErrCodeResourceNotFoundException for service response error code
  39. // "ResourceNotFoundException".
  40. //
  41. // The specified configuration ID was not located. Verify the configuration
  42. // ID and try again.
  43. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  44. // ErrCodeServerInternalErrorException for service response error code
  45. // "ServerInternalErrorException".
  46. //
  47. // The server experienced an internal error. Try again.
  48. ErrCodeServerInternalErrorException = "ServerInternalErrorException"
  49. )