Class: Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
104 105 106 |
# File 'sig/types.rbs', line 104 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
105 106 107 |
# File 'sig/types.rbs', line 105 def @error_message end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def repository_name @repository_name end |