Class: Aws::CloudWatch::Types::DashboardValidationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DashboardValidationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
An error or warning for the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_path ⇒ String
The data path related to the message.
-
#message ⇒ String
A message describing the error or warning.
Instance Attribute Details
#data_path ⇒ String
The data path related to the message.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 365 class DashboardValidationMessage < Struct.new( :data_path, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the error or warning.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 365 class DashboardValidationMessage < Struct.new( :data_path, :message) SENSITIVE = [] include Aws::Structure end |