Class: Aws::Types::InstanceStateChangeReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"INTERNAL_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("INTERNAL_ERROR", "VALIDATION_ERROR", "INSTANCE_FAILURE", "BOOTSTRAP_FAILURE", "CLUSTER_TERMINATED")


812
813
814
# File 'sig/types.rbs', line 812

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def message
  @message
end