AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Starts a file import.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to StartImportFileTaskAsync.

Namespace: Amazon.MigrationHubStrategyRecommendations
Assembly: AWSSDK.MigrationHubStrategyRecommendations.dll
Version: 3.x.y.z

Syntax

C#
public virtual StartImportFileTaskResponse StartImportFileTask(
         StartImportFileTaskRequest request
)

Parameters

request
Type: Amazon.MigrationHubStrategyRecommendations.Model.StartImportFileTaskRequest

Container for the necessary parameters to execute the StartImportFileTask service method.

Return Value


The response from the StartImportFileTask service method, as returned by MigrationHubStrategyRecommendations.

Exceptions

ExceptionCondition
AccessDeniedException The user does not have permission to perform the action. Check the AWS Identity and Access Management (IAM) policy associated with this user.
InternalServerException The server experienced an internal error. Try again.
ServiceQuotaExceededException The AWS account has reached its quota of imports. Contact AWS Support to increase the quota for this account.
ThrottlingException The request was denied due to request throttling.
ValidationException The request body isn't valid.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also