Submit
Path:
~
/
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
File Content:
spotinstancerequest.pyo
� �Wc @ sl d Z d d l m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s) Represents an EC2 Spot Instance Request i����( t TaggedEC2Object( t LaunchSpecificationt SpotInstanceStateFaultc B s8 e Z d Z d d d � Z d � Z d � Z d � Z RS( s� The fault codes for the Spot Instance request, if any. :ivar code: The reason code for the Spot Instance state change. :ivar message: The message for the Spot Instance state change. c C s | | _ | | _ d S( N( t codet message( t selfR R ( ( s@ /usr/lib/python2.7/site-packages/boto/ec2/spotinstancerequest.pyt __init__'