Class: Aws::CodeCommit::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories 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 not found or not valid.
-
#repository_name ⇒ String
The name of the repository where the association was not made.
Instance Attribute Details
#error_code ⇒ String
An error code that specifies whether the repository name was not valid or not found.
324 325 326 327 328 329 330 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 324 class BatchAssociateApprovalRuleTemplateWithRepositoriesError < 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 not found or not valid.
324 325 326 327 328 329 330 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 324 class BatchAssociateApprovalRuleTemplateWithRepositoriesError < Struct.new( :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository where the association was not made.
324 325 326 327 328 329 330 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 324 class BatchAssociateApprovalRuleTemplateWithRepositoriesError < Struct.new( :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |