class
Amazonite::CloudWatch::MessageData
- Amazonite::CloudWatch::MessageData
- Reference
- Object
Overview
A message returned by the GetMetricDataAPI, including a code and a description.
If a cross-Region GetMetricData operation fails with a code of Forbidden and a value of
Authentication too complex to retrieve cross region data, you can correct the problem by
running the GetMetricData operation in the same Region where the metric data is.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/message_data.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code : String | Nil
The error code or status code associated with the message.
-
#code=(code : String | Nil)
The error code or status code associated with the message.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#value : String | Nil
The message text.
-
#value=(value : String | Nil)
The message text.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.