Class: Aws::Types::ResourceDataSyncNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDataSyncNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
-
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def @message end |
#sync_name ⇒ ::String
Returns the value of attribute sync_name.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def sync_name @sync_name end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def sync_type @sync_type end |