BatchAssociateApprovalRuleTemplateWithRepositoriesError
public struct BatchAssociateApprovalRuleTemplateWithRepositoriesError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An error code that specifies whether the repository name was not valid or not found.
Declaration
Swift
public let errorCode: String? -
An error message that provides details about why the repository name was not found or not valid.
Declaration
Swift
public let errorMessage: String? -
The name of the repository where the association was not made.
Declaration
Swift
public let repositoryName: String? -
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, repositoryName: String? = nil)
View on GitHub
BatchAssociateApprovalRuleTemplateWithRepositoriesError Structure Reference