Class: AWS::SES::DeleteVerifiedEmailAddressResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/aws/ses/addresses.rb

Instance Attribute Summary

Attributes inherited from Response

#action, #body, #parsed, #response

Instance Method Summary collapse

Methods inherited from Response

#[], #code, #each, #error, #error?, #headers, #initialize, #inspect, #request_id

Constructor Details

This class inherits a constructor from AWS::SES::Response

Instance Method Details

#resultObject



63
64
65
# File 'lib/aws/ses/addresses.rb', line 63

def result
  success?
end