Class: Aws::Types::TransitGatewayRegistrationStateReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ "PENDING", ...

Returns the value of attribute code.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "DELETED", "FAILED")


1807
1808
1809
# File 'sig/types.rbs', line 1807

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def message
  @message
end