Class: Aws::Types::BatchDescribeMergeConflictsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeMergeConflictsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exception_name ⇒ ::String
Returns the value of attribute exception_name.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#exception_name ⇒ ::String
Returns the value of attribute exception_name.
123 124 125 |
# File 'sig/types.rbs', line 123 def exception_name @exception_name end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
122 123 124 |
# File 'sig/types.rbs', line 122 def file_path @file_path end |
#message ⇒ ::String
Returns the value of attribute message.
124 125 126 |
# File 'sig/types.rbs', line 124 def @message end |