Class: Aws::Types::OpenSearchResourceStatus

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", "NOT_FOUND", "ERROR")


1613
1614
1615
# File 'sig/types.rbs', line 1613

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def status_message
  @status_message
end