You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::SpotInstanceStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the status of a Spot Instance request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.

Returns:

  • (String)

    The status code.

#messageString

The description for the status code.

Returns:

  • (String)

    The description for the status code.

#update_timeTime

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Returns:

  • (Time)

    The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).