Class: Aws::Types::InstanceFleetStateChangeReason

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", "CLUSTER_TERMINATED")


700
701
702
# File 'sig/types.rbs', line 700

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def message
  @message
end