Skip to content

Commit

Permalink
Fixed error response to give a better message
Browse files Browse the repository at this point in the history
  • Loading branch information
drewblas committed Jun 23, 2011
1 parent 61a4225 commit cf7c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/ses/response.rb
Expand Up @@ -98,7 +98,7 @@ def code
end

def message
@response.error['Code'] + @response.error['Message']
"#{@response.error['Code']} - #{@response.error['Message']}"
end

def inspect
Expand Down

0 comments on commit cf7c1cb

Please sign in to comment.