DashboardValidationMessage

public struct DashboardValidationMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data path related to the message.

    Declaration

    Swift

    public let dataPath: String?
  • A message describing the error or warning.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(dataPath: String? = nil, message: String? = nil)