Class: Aws::Types::GetServiceLinkedRoleDeletionStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reasonTypes::DeletionTaskFailureReasonType

Returns the value of attribute reason.



977
978
979
# File 'sig/types.rbs', line 977

def reason
  @reason
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "IN_PROGRESS", "FAILED", "NOT_STARTED")


976
977
978
# File 'sig/types.rbs', line 976

def status
  @status
end