VoteOnProposal
Casts a vote for a specified ProposalId
on behalf of a member. The member to vote as, specified by VoterMemberId
, must be in the same AWS account as the principal that calls the action.
Applies only to Hyperledger Fabric.
Request Syntax
POST /networks/networkId
/proposals/proposalId
/votes HTTP/1.1
Content-type: application/json
{
"Vote": "string
",
"VoterMemberId": "string
"
}
URI Request Parameters
The request uses the following URI parameters.
- networkId
-
The unique identifier of the network.
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
- proposalId
-
The unique identifier of the proposal.
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
Request Body
The request accepts the following data in JSON format.
- Vote
-
The value of the vote.
Type: String
Valid Values:
YES | NO
Required: Yes
- VoterMemberId
-
The unique identifier of the member casting the vote.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You don't have sufficient access to perform this action.
HTTP Status Code: 403
- IllegalActionException
-
HTTP Status Code: 400
- InternalServiceErrorException
-
The request processing has failed because of an unknown error, exception or failure.
HTTP Status Code: 500
- InvalidRequestException
-
The action or operation requested is invalid. Verify that the action is typed correctly.
HTTP Status Code: 400
- ResourceNotFoundException
-
A requested resource doesn't exist. It may have been deleted or referenced incorrectly.
HTTP Status Code: 404
- 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.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: