FieldValidationMessage
public struct FieldValidationMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The message content.
Declaration
Swift
public let content: String?
-
The field name.
Declaration
Swift
public let fieldName: String?
-
The message ID.
Declaration
Swift
public let identifier: String?
-
The message title.
Declaration
Swift
public let title: String?
-
The message type.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(content: String? = nil, fieldName: String? = nil, identifier: String? = nil, title: String? = nil, type: String? = nil)