Exception: FakeAWS::UnsupportedRequestError
- Defined in:
- lib/fake_aws/error.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedRequestError
constructor
A new instance of UnsupportedRequestError.
Constructor Details
#initialize ⇒ UnsupportedRequestError
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 |