AWSCloudWatchDashboardValidationMessage

Objective-C

@interface AWSCloudWatchDashboardValidationMessage

Swift

class AWSCloudWatchDashboardValidationMessage

An error or warning for the operation.

  • The data path related to the message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dataPath;

    Swift

    var dataPath: String? { get set }
  • A message describing the error or warning.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable message;

    Swift

    var message: String? { get set }