Exception: FakeAWS::UnknownResponseErrorCode

Inherits:
Error
  • Object
show all
Defined in:
lib/fake_aws/error.rb

Instance Method Summary collapse

Constructor Details

#initializeUnknownResponseErrorCode

Returns a new instance of UnknownResponseErrorCode.



6
7
8
# File 'lib/fake_aws/error.rb', line 6

def initialize
  super("Attempting to look up an AWS error code that doesn't exist. This is probably a bug in FakeAWS.")
end