mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 17:02:43 +00:00
45 lines
1.5 KiB
Go
45 lines
1.5 KiB
Go
|
// 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"
|
||
|
)
|