Class: Aws::Types::UpdateEnrollmentStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Inactive", "Pending", "Failed")


1258
1259
1260
# File 'sig/types.rbs', line 1258

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def status_reason
  @status_reason
end