| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
- package transfer
- const (
- // ErrCodeInternalServiceError for service response error code
- // "InternalServiceError".
- //
- // This exception is thrown when an error occurs in the AWS Transfer for SFTP
- // service.
- ErrCodeInternalServiceError = "InternalServiceError"
- // ErrCodeInvalidNextTokenException for service response error code
- // "InvalidNextTokenException".
- //
- // The NextToken parameter that was passed is invalid.
- ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
- // ErrCodeInvalidRequestException for service response error code
- // "InvalidRequestException".
- //
- // This exception is thrown when the client submits a malformed request.
- ErrCodeInvalidRequestException = "InvalidRequestException"
- // ErrCodeResourceExistsException for service response error code
- // "ResourceExistsException".
- //
- // The requested resource does not exist.
- ErrCodeResourceExistsException = "ResourceExistsException"
- // ErrCodeResourceNotFoundException for service response error code
- // "ResourceNotFoundException".
- //
- // This exception is thrown when a resource is not found by the AWS Transfer
- // for SFTP service.
- ErrCodeResourceNotFoundException = "ResourceNotFoundException"
- // ErrCodeServiceUnavailableException for service response error code
- // "ServiceUnavailableException".
- //
- // The request has failed because the AWS Transfer for SFTP service is not available.
- ErrCodeServiceUnavailableException = "ServiceUnavailableException"
- )
|