Method: AWS::SES::Response#result
- Defined in:
- lib/aws/ses/response.rb
#result ⇒ Object
It’s expected that each subclass of Response will override this method with what part of response is relevant
62 63 64 |
# File 'lib/aws/ses/response.rb', line 62 def result parsed end |