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)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def reason
  @reason
end

#status"PASSING", ...

Returns the value of attribute status.

Returns:

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


1191
1192
1193
# File 'sig/types.rbs', line 1191

def status
  @status
end