Class: Aws::Types::BatchGetCommitsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCommitsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def commit_id @commit_id end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
173 174 175 |
# File 'sig/types.rbs', line 173 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
174 175 176 |
# File 'sig/types.rbs', line 174 def @error_message end |