class Amazonite::CloudWatch::DashboardValidationMessage

Overview

An error or warning for the operation.

Included Modules

Defined in:

cloudwatch/dashboard_validation_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(data_path : String | Nil = nil, message : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def data_path : String | Nil #

The data path related to the message.


[View source]
def data_path=(data_path : String | Nil) #

The data path related to the message.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def message : String | Nil #

A message describing the error or warning.


[View source]
def message=(message : String | Nil) #

A message describing the error or warning.


[View source]
def validate! : Nil #

[View source]