Class: Aws::Types::BatchGetRepositoriesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetRepositoriesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "EncryptionIntegrityChecksFailedException", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#error_code ⇒ "EncryptionIntegrityChecksFailedException", ...
Returns the value of attribute error_code.
193 194 195 |
# File 'sig/types.rbs', line 193 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
194 195 196 |
# File 'sig/types.rbs', line 194 def @error_message end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def repository_id @repository_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def repository_name @repository_name end |