Exception: Fog::Compute::RackspaceV2::InvalidServerStateException

Inherits:
InvalidStateException show all
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

#initialize

Constructor Details

This class inherits a constructor from Fog::Compute::RackspaceV2::InvalidStateException

Instance Method Details

#to_sObject



25
26
27
# File 'lib/fog/rackspace/compute_v2.rb', line 25

def to_s
  "Server should have transitioned to '#{desired_state}' not '#{current_state}'"
end