Class: Aws::Types::MountTargetConflict
- Inherits:
-
Object
- Object
- Aws::Types::MountTargetConflict
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
425 426 427 |
# File 'sig/types.rbs', line 425 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
426 427 428 |
# File 'sig/types.rbs', line 426 def @message end |