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.

Retrieves a list of all the imports performed.

Note:

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

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

Syntax

C#
public virtual ListImportFileTaskResponse ListImportFileTask(
         ListImportFileTaskRequest request
)

Parameters

request
Type: Amazon.MigrationHubStrategyRecommendations.Model.ListImportFileTaskRequest

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

Return Value


The response from the ListImportFileTask 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.
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