Class: Aws::Types::InsightStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def reason
  @reason
end

#status"PASSING", ...

Returns the value of attribute status.

Returns:

  • ("PASSING", "WARNING", "ERROR", "UNKNOWN")


1097
1098
1099
# File 'sig/types.rbs', line 1097

def status
  @status
end