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

Class: Aws::EC2::Types::InstanceStatusDetails

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

Overview

Describes the instance status.

Instance Attribute Summary collapse

Instance Attribute Details

#impaired_sinceTime

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Returns:

  • (Time)

    The time when a status check failed.

#nameString

The type of instance status.

Possible values:

  • reachability

Returns:

  • (String)

    The type of instance status.

#statusString

The status.

Possible values:

  • passed
  • failed
  • insufficient-data
  • initializing

Returns:

  • (String)

    The status.