diff --git a/lib/aws_paa/response.rb b/lib/aws_paa/response.rb index 1c8f4b2..12b38cc 100644 --- a/lib/aws_paa/response.rb +++ b/lib/aws_paa/response.rb @@ -2,5 +2,7 @@ require 'json' module AwsPaa class Response + def initialize() + end end end \ No newline at end of file