VpcEndpointState's first char is lower case #1730
Labels
bug
This issue is a bug.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the bug
I find the DescribeVpcEndpointConnectionsOutput.VpcEndpointState can't match the consts defined in enums.go
The reponse is
pendingAcceptance
but the const in enums.go isPendingAcceptance
.Expected Behavior
They are matched.
Current Behavior
Not matched.
Reproduction Steps
..
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2/service/ec2@v1.21.0
Compiler and Version used
1.18
Operating System and version
..
The text was updated successfully, but these errors were encountered: