Class: Aws::EC2::Types::SpotInstanceStateFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a Spot Instance state change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The reason code for the Spot Instance state change.

Returns:

  • (String)


62071
62072
62073
62074
62075
62076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62071

class SpotInstanceStateFault < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message for the Spot Instance state change.

Returns:

  • (String)


62071
62072
62073
62074
62075
62076
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62071

class SpotInstanceStateFault < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end