BatchCreateVariableError
public struct BatchCreateVariableError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let code: Int?
-
The error message.
Declaration
Swift
public let message: String?
-
The name.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(code: Int? = nil, message: String? = nil, name: String? = nil)