Returns information about your SimpleEmailService quotas.
@api private
@return [Integer] The maximum number of emails the user is allowed
to send in a 24-hour interval.
@return [Float] The maximum number of emails the user is allowed
to send per second.
@return [Integer] Returns the number of emails sent during the
previous 24 hours.
Alias for to_hash
Returns a hash of the SES quotas.
@example
ses.quotas.to_hash # {:max_24_hour_send=>200, :max_send_rate=>1.0, :sent_last_24_hours=>22}
@return [Hash]
[Validate]