Closed huangjiasingle closed 7 years ago
when l use the sdk to create mongDB, if the CreateMongoInput's feild MongoVersion is int, l could create mongoDB succes, so l modified it to string, it's ok.
I'm wondering why I should change the type of MongoVersion since you can create mongodb successfully
when l use the sdk to create mongDB, if the CreateMongoInput's feild MongoVersion is int, l could create mongoDB succes, so l modified it to string, it's ok.