Class: Aws::Types::AssociationStateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def status_message
  @status_message
end