ValidationError
public struct ValidationError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.
Declaration
Swift
public let code: String?
-
The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: String? = nil, message: String? = nil)