Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/ec2/__pycache__/ |
Upload File : |
o ckF[x � @ sP d Z ddlmZ ddlmZ G dd� de�ZG dd� de�ZG dd � d e�Zd S )z) Represents an EC2 Spot Instance Request � )�TaggedEC2Object)�LaunchSpecificationc @ �2 e Zd ZdZddd�Zdd� Zdd� Zd d � ZdS )�SpotInstanceStateFaultz� 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. Nc C s || _ || _d S �N��code�message)�selfr r � r �>/usr/lib/python3/dist-packages/boto/ec2/spotinstancerequest.py�__init__'