Exception: Fog::Compute::RackspaceV2::InvalidServerStateException
- Inherits:
-
InvalidStateException
- Object
- RuntimeError
- InvalidStateException
- Fog::Compute::RackspaceV2::InvalidServerStateException
- Defined in:
- lib/fog/rackspace/compute_v2.rb
Instance Attribute Summary
Attributes inherited from InvalidStateException
#current_state, #desired_state
Instance Method Summary collapse
Methods inherited from InvalidStateException
Constructor Details
This class inherits a constructor from Fog::Compute::RackspaceV2::InvalidStateException
Instance Method Details
#to_s ⇒ Object
23 24 25 |
# File 'lib/fog/rackspace/compute_v2.rb', line 23 def to_s "Server should have transitioned to '#{desired_state}' not '#{current_state}'" end |