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.

Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.

Applies only to Hyperledger Fabric.

Note:

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

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

Syntax

C#
public virtual ListProposalVotesResponse ListProposalVotes(
         ListProposalVotesRequest request
)

Parameters

request
Type: Amazon.ManagedBlockchain.Model.ListProposalVotesRequest

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

Return Value


The response from the ListProposalVotes service method, as returned by ManagedBlockchain.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient access to perform this action.
InternalServiceErrorException The request processing has failed because of an unknown error, exception or failure.
InvalidRequestException The action or operation requested is invalid. Verify that the action is typed correctly.
ThrottlingException The request or operation couldn't be performed because a service is throttling requests. The most common source of throttling errors is creating resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources if possible.

Version Information

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

See Also