You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a RDS DescribeDBClusterEndpointsRequest with a Filter returns InvalidParameterCombination - The values list cannot be null for the filter db-cluster-endpoint-type.
When inspecting the DescribeDBClusterEndpointsRequest object in debug mode m_values has a size of 1 so it is not empty.
Please let me know if I am not using Filter correctly, thanks in advance.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
The custom endpoint matching the filter is returned.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
Sending a RDS DescribeDBClusterEndpointsRequest with a Filter returns
InvalidParameterCombination - The values list cannot be null for the filter db-cluster-endpoint-type.
When inspecting the
DescribeDBClusterEndpointsRequest
object in debug modem_values
has a size of 1 so it is not empty.Please let me know if I am not using Filter correctly, thanks in advance.
Regression Issue
Expected Behavior
The custom endpoint matching the filter is returned.
Current Behavior
InvalidParameterCombination
error is returned.Reproduction Steps
DescribeDBClusterEndpointsRequest
Got the same results with the following filter.
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.488
Compiler and Version used
9.2.0
Operating System and version
Issue seem on both Windows and Ubuntu
The text was updated successfully, but these errors were encountered: