BatchDisassociateApprovalRuleTemplateFromRepositoriesError
public struct BatchDisassociateApprovalRuleTemplateFromRepositoriesError : 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 either not found or not valid.
Declaration
Swift
public let errorMessage: String?
-
The name of the repository where the association with the template was not able to be removed.
Declaration
Swift
public let repositoryName: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, repositoryName: String? = nil)