Exception: FakeAWS::UnsupportedRequestError

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

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedRequestError

Returns a new instance of UnsupportedRequestError.



12
13
14
# File 'lib/fake_aws/error.rb', line 12

def initialize
  super("FakeAWS doesn't (yet) support this type of AWS request.")
end