errors.go 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package transfer
  3. const (
  4. // ErrCodeInternalServiceError for service response error code
  5. // "InternalServiceError".
  6. //
  7. // This exception is thrown when an error occurs in the AWS Transfer for SFTP
  8. // service.
  9. ErrCodeInternalServiceError = "InternalServiceError"
  10. // ErrCodeInvalidNextTokenException for service response error code
  11. // "InvalidNextTokenException".
  12. //
  13. // The NextToken parameter that was passed is invalid.
  14. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  15. // ErrCodeInvalidRequestException for service response error code
  16. // "InvalidRequestException".
  17. //
  18. // This exception is thrown when the client submits a malformed request.
  19. ErrCodeInvalidRequestException = "InvalidRequestException"
  20. // ErrCodeResourceExistsException for service response error code
  21. // "ResourceExistsException".
  22. //
  23. // The requested resource does not exist.
  24. ErrCodeResourceExistsException = "ResourceExistsException"
  25. // ErrCodeResourceNotFoundException for service response error code
  26. // "ResourceNotFoundException".
  27. //
  28. // This exception is thrown when a resource is not found by the AWS Transfer
  29. // for SFTP service.
  30. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  31. // ErrCodeServiceUnavailableException for service response error code
  32. // "ServiceUnavailableException".
  33. //
  34. // The request has failed because the AWS Transfer for SFTP service is not available.
  35. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  36. )