1VM::EC2::Spot::Status(3U)ser Contributed Perl DocumentatiVoMn::EC2::Spot::Status(3)
2
3
4
6 VM::EC2::Spot::Status - Object describing an Amazon EC2 spot instance
7 status message
8
10 See "SPOT INSTANCES" in VM::EC2, and VM::EC2::Spot::InstanceRequest.
11
13 This object represents an Amazon EC2 spot instance status message,
14 which is returned by a VM::EC2::Spot::InstanceRequest object's status()
15 method. It provides information about the spot instance request status.
16
18 These object methods are supported:
19
20 code -- the status code of the request.
21 updateTime -- the time the status was stated.
22 message -- the description for the status code for the Spot request.
23
25 VM::EC2 VM::EC2::Generic VM::EC2::Spot::InstanceRequest VM::EC2::Error
26
28 Lance Kinley <lkinley@loyaltymethods.com>.
29
30 Copyright (c) 2012 Loyalty Methods, Inc.
31
32 This package and its accompanying libraries is free software; you can
33 redistribute it and/or modify it under the terms of the GPL (either
34 version 1, or at your option, any later version) or the Artistic
35 License 2.0. Refer to LICENSE for the full license text. In addition,
36 please see DISCLAIMER.txt for disclaimers of warranty.
37
38
39
40perl v5.34.0 2021-07-27 VM::EC2::Spot::Status(3)