FileValidationMessage
public struct FileValidationMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The message content.
Declaration
Swift
public let content: 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, title: String? = nil, type: String? = nil)