AWS SDK Version 3 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.

Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call ListProjects.

The ListProjects operation is eventually consistent. Recent calls to CreateProject and DeleteProject might take a while to appear in the response from ListProjects.

This operation requires permissions to perform the lookoutvision:ListProjects operation.

Note:

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

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

Syntax

C#
public abstract ListProjectsResponse ListProjects(
         ListProjectsRequest request
)

Parameters

request
Type: Amazon.LookoutforVision.Model.ListProjectsRequest

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

Return Value


The response from the ListProjects service method, as returned by LookoutforVision.

Exceptions

ExceptionCondition
AccessDeniedException You are not authorized to perform the action.
ConflictException The update or deletion of a resource caused an inconsistent state.
InternalServerException Amazon Lookout for Vision experienced a service issue. Try your call again.
ResourceNotFoundException The resource could not be found.
ThrottlingException Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
ValidationException An input validation error occured. For example, invalid characters in a project name, or if a pagination token is invalid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also