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

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

Overview

An error or warning for the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_pathString

The data path related to the message.

Returns:

  • (String)


365
366
367
368
369
370
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 365

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

#messageString

A message describing the error or warning.

Returns:

  • (String)


365
366
367
368
369
370
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 365

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