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

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

Overview

Describes a Spot Instance state change.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The reason code for the Spot Instance state change.

Returns:

  • (String)


34716
34717
34718
34719
34720
# File 'lib/aws-sdk-ec2/types.rb', line 34716

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

#messageString

The message for the Spot Instance state change.

Returns:

  • (String)


34716
34717
34718
34719
34720
# File 'lib/aws-sdk-ec2/types.rb', line 34716

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