Class: Aws::Types::InboundConnectionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def message
  @message
end

#status_code"PENDING_ACCEPTANCE", ...

Returns the value of attribute status_code.

Returns:

  • ("PENDING_ACCEPTANCE", "APPROVED", "PROVISIONING", "ACTIVE", "REJECTING", "REJECTED", "DELETING", "DELETED")


1472
1473
1474
# File 'sig/types.rbs', line 1472

def status_code
  @status_code
end