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