Class: Aws::Types::ExpressGatewayServiceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status_code"ACTIVE", ...

Returns the value of attribute status_code.

Returns:

  • ("ACTIVE", "DRAINING", "INACTIVE")


1294
1295
1296
# File 'sig/types.rbs', line 1294

def status_code
  @status_code
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def status_reason
  @status_reason
end