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
When calling DescribeDBInstancesRequest through the CLI, I can override the default region by using the flag --RegionId. The same behaviour is not observed when using the python sdk.
I have already fixed this problem on my end by implement a get_RegionId and a set_RegionId to the DescribeDBInstancesRequest class, similar to the existing set_ZoneId and get_ZoneId, like so:
When calling
DescribeDBInstancesRequest
through the CLI, I can override the default region by using the flag--RegionId
. The same behaviour is not observed when using the python sdk.I have already fixed this problem on my end by implement a
get_RegionId
and aset_RegionId
to theDescribeDBInstancesRequest
class, similar to the existingset_ZoneId
andget_ZoneId
, like so:The text was updated successfully, but these errors were encountered: