We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything was working fine until 2-3 days ago
now all my calls to "self.ses.send_email...." throw me this error : NoMethodError (undefined method `bytesize' for nil:NilClass)
If I put my "self.ses" object it looks ok:
Are you aware of anything that changed in the last days that might cause this?
The text was updated successfully, but these errors were encountered:
I restarted to have this same problem, any idea what can cause this?
Sorry, something went wrong.
No branches or pull requests
Everything was working fine until 2-3 days ago
now all my calls to "self.ses.send_email...." throw me this error :
NoMethodError (undefined method `bytesize' for nil:NilClass)
If I put my "self.ses" object it looks ok:
AWS::SES::Base:0x000001047c0740
Are you aware of anything that changed in the last days that might cause this?
The text was updated successfully, but these errors were encountered: