Class: Aws::CodeCommit::Types::BatchGetRepositoriesError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchGetRepositoriesError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Returns information about errors in a BatchGetRepositories operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code that specifies the type of failure.
-
#error_message ⇒ String
An error message that provides detail about why the repository either was not found or was not in a valid state.
-
#repository_id ⇒ String
The ID of a repository that either could not be found or was not in a valid state.
-
#repository_name ⇒ String
The name of a repository that either could not be found or was not in a valid state.
Instance Attribute Details
#error_code ⇒ String
An error code that specifies the type of failure.
675 676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-codecommit/types.rb', line 675 class BatchGetRepositoriesError < Struct.new( :repository_id, :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
An error message that provides detail about why the repository either was not found or was not in a valid state.
675 676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-codecommit/types.rb', line 675 class BatchGetRepositoriesError < Struct.new( :repository_id, :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#repository_id ⇒ String
The ID of a repository that either could not be found or was not in a valid state.
675 676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-codecommit/types.rb', line 675 class BatchGetRepositoriesError < Struct.new( :repository_id, :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of a repository that either could not be found or was not in a valid state.
675 676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-codecommit/types.rb', line 675 class BatchGetRepositoriesError < Struct.new( :repository_id, :repository_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |