Class: Aws::Types::FileSystemAlreadyExists
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemAlreadyExists
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
291 292 293 |
# File 'sig/types.rbs', line 291 def error_code @error_code end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def file_system_id @file_system_id end |
#message ⇒ ::String
Returns the value of attribute message.
292 293 294 |
# File 'sig/types.rbs', line 292 def @message end |