Class: Aws::CloudWatch::Types::DashboardValidationMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

An error or warning for the operation.

Instance Attribute Summary collapse

Instance Attribute Details

#data_pathString

The data path related to the message.

Returns:

  • (String)


86
87
88
89
90
# File 'lib/aws-sdk-cloudwatch/types.rb', line 86

class DashboardValidationMessage < Struct.new(
  :data_path,
  :message)
  include Aws::Structure
end

#messageString

A message describing the error or warning.

Returns:

  • (String)


86
87
88
89
90
# File 'lib/aws-sdk-cloudwatch/types.rb', line 86

class DashboardValidationMessage < Struct.new(
  :data_path,
  :message)
  include Aws::Structure
end