Class: Aws::EC2::Types::SpotInstanceStateFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotInstanceStateFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a Spot Instance state change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The reason code for the Spot Instance state change.
-
#message ⇒ String
The message for the Spot Instance state change.
Instance Attribute Details
#code ⇒ String
The reason code for the Spot Instance state change.
63040 63041 63042 63043 63044 63045 |
# File 'lib/aws-sdk-ec2/types.rb', line 63040 class SpotInstanceStateFault < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for the Spot Instance state change.
63040 63041 63042 63043 63044 63045 |
# File 'lib/aws-sdk-ec2/types.rb', line 63040 class SpotInstanceStateFault < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |