class Aws::SnowDeviceManagement::Types::InstanceState

The description of the current state of an instance.

@!attribute [rw] code

The state of the instance as a 16-bit unsigned integer.

The high byte is all of the bits between 2^8 and (2^16)-1, which
equals decimal values between 256 and 65,535. These numerical values
are used for internal purposes and should be ignored.

The low byte is all of the bits between 2^0 and (2^8)-1, which
equals decimal values between 0 and 255.

The valid values for the instance state code are all in the range of
the low byte. These values are:

* `0`\: `pending`

* `16`\: `running`

* `32`\: `shutting-down`

* `48`\: `terminated`

* `64`\: `stopping`

* `80`\: `stopped`

You can ignore the high byte value by zeroing out all of the bits
above 2^8 or 256 in decimal.
@return [Integer]

@!attribute [rw] name

The current state of the instance.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snow-device-management-2021-08-04/InstanceState AWS API Documentation

Constants

SENSITIVE