BatchGetCommitsError
public struct BatchGetCommitsError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A commit ID that either could not be found or was not in a valid format.
Declaration
Swift
public let commitId: String?
-
An error code that specifies whether the commit ID was not valid or not found.
Declaration
Swift
public let errorCode: String?
-
An error message that provides detail about why the commit ID either was not found or was not valid.
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public init(commitId: String? = nil, errorCode: String? = nil, errorMessage: String? = nil)