Exception: Fog::Compute::RackspaceV2::InvalidImageStateException
- Inherits:
-
InvalidStateException
- Object
- RuntimeError
- InvalidStateException
- Fog::Compute::RackspaceV2::InvalidImageStateException
- 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
29 30 31 |
# File 'lib/fog/rackspace/compute_v2.rb', line 29 def to_s "Image should have transitioned to '#{desired_state}' not '#{current_state}'" end |