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
Calling the DisableAlarmActions method fails during deserialization of the response as it seems to be expecting DisableAlarmActionsResult when it should be expecting DisableAlarmActionsOutput. This happens even when the status code returned from the API is 200 (success).
operation error CloudWatch: DisableAlarmActions, https response error StatusCode: 200, RequestID: <SomeRequestID>,
deserialization failed, failed to decode response body, DisableAlarmActionsResult node not found
Expected behavior
There shouldn't be any deserialization error.
Additional context
NA
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Running
Version of AWS SDK for Go?
0.31.0
Version of Go (
go version
)?1.15.2
To Reproduce (observed behavior)
Calling the DisableAlarmActions method fails during deserialization of the response as it seems to be expecting
DisableAlarmActionsResult
when it should be expectingDisableAlarmActionsOutput
. This happens even when the status code returned from the API is 200 (success).Expected behavior
There shouldn't be any deserialization error.
Additional context
NA
The text was updated successfully, but these errors were encountered: