ValidationWarning
public struct ValidationWarning : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the object that contains the validation warning.
Declaration
Swift
public let id: String? -
A description of the validation warning.
Declaration
Swift
public let warnings: [String]? -
Undocumented
Declaration
Swift
public init(id: String? = nil, warnings: [String]? = nil)
View on GitHub
ValidationWarning Structure Reference