LastError
public struct LastError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code for the VPC endpoint error.
Declaration
Swift
public let code: String?
-
The error message for the VPC endpoint error.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: String? = nil, message: String? = nil)