ConnectorFileTransferResult
A structure that contains the details for files transferred using an SFTP connector, during a single transfer.
Contents
- FilePath
-
The filename and path to where the file was sent to or retrieved from.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
(.)+
Required: Yes
- StatusCode
-
The current status for the transfer.
Type: String
Valid Values:
QUEUED | IN_PROGRESS | COMPLETED | FAILED
Required: Yes
- FailureCode
-
For transfers that fail, this parameter contains a code indicating the reason. For example,
RETRIEVE_FILE_NOT_FOUND
Type: String
Required: No
- FailureMessage
-
For transfers that fail, this parameter describes the reason for the failure.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: