Method: AWS::SES::Response#initialize

Defined in:
lib/aws/ses/response.rb

#initialize(action, response) ⇒ Response

Returns a new instance of Response.



6
7
8
9
10
11
# File 'lib/aws/ses/response.rb', line 6

def initialize(action, response)
  @action   = action
  @response = response
  @body     = response.body.to_s
  super(body)
end