Exception: Fog::Compute::RackspaceV2::InvalidImageStateException

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



31
32
33
# File 'lib/fog/rackspace/compute_v2.rb', line 31

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