Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code that specifies whether the repository name was not valid or not found.
-
#error_message ⇒ String
An error message that provides details about why the repository name was either not found or not valid.
-
#repository_name ⇒ String
The name of the repository where the association with the template was not able to be removed.
Instance Attribute Details
#error_code ⇒ String
An error code that specifies whether the repository name was not valid or not found.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codecommit/types.rb', line 531 class BatchDisassociateApprovalRuleTemplateFromRepositoriesError < Struct.new( :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error message that provides details about why the repository name was either not found or not valid.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codecommit/types.rb', line 531 class BatchDisassociateApprovalRuleTemplateFromRepositoriesError < Struct.new( :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where the association with the template was not able to be removed.
531 532 533 534 535 536 537 |
# File 'lib/aws-sdk-codecommit/types.rb', line 531 class BatchDisassociateApprovalRuleTemplateFromRepositoriesError < Struct.new( :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |