class
Amazonite::CloudWatch::DashboardValidationMessage
- Amazonite::CloudWatch::DashboardValidationMessage
- Reference
- Object
Overview
An error or warning for the operation.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/dashboard_validation_message.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_path : String | Nil
The data path related to the message.
-
#data_path=(data_path : String | Nil)
The data path related to the message.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
A message describing the error or warning.
-
#message=(message : String | Nil)
A message describing the error or warning.
- #validate! : Nil
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?.