Class: Aws::Types::NetworkMigrationFailedResourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationFailedResourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
-
#status ⇒ "CREATE_FAILED", "DELETE_FAILED"
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def logical_id @logical_id end |
#status ⇒ "CREATE_FAILED", "DELETE_FAILED"
Returns the value of attribute status.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def status_reason @status_reason end |