|
|
@@ -87,6 +87,8 @@ type InvokeServiceResponse struct {
|
|
|
*responses.BaseResponse
|
|
|
RequestId string `json:"RequestId" xml:"RequestId"`
|
|
|
Data string `json:"Data" xml:"Data"`
|
|
|
+ Code string `json:"Code" xml:"Code"`
|
|
|
+ Message string `json:"Message" xml:"Message"`
|
|
|
}
|
|
|
|
|
|
// CreateInvokeServiceRequest creates a request to invoke InvokeService API
|