Class: Aws::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError
- 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.
154 155 156 |
# File 'sig/types.rbs', line 154 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
155 156 157 |
# File 'sig/types.rbs', line 155 def @error_message end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def repository_name @repository_name end |