Class: Aws::Types::NetworkMigrationFailedResourceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_id ⇒ ::String

Returns the value of attribute logical_id.

Returns:

  • (::String)


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.

Returns:

  • ("CREATE_FAILED", "DELETE_FAILED")


1394
1395
1396
# File 'sig/types.rbs', line 1394

def status
  @status
end

#status_reason ⇒ ::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def status_reason
  @status_reason
end