TencentCloud / tencentcloud-sdk-python

Tencent Cloud API 3.0 SDK for Python
Apache License 2.0
613 stars 251 forks source link

check request type before serialize #17

Open zqfan opened 6 years ago

zqfan commented 6 years ago

Now if users pass an object of DescribeInstancesRequest to DescribeInstancesStatus, it will success. We should raise an exception to let users know what we accept.