Class: Aws::SES::Errors::FromEmailAddressNotVerifiedException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::FromEmailAddressNotVerifiedException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘FromEmailAddressNotVerified` instead.
Instance Method Summary collapse
- #from_email_address ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FromEmailAddressNotVerifiedException
constructor
A new instance of FromEmailAddressNotVerifiedException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FromEmailAddressNotVerifiedException
Returns a new instance of FromEmailAddressNotVerifiedException.
290 291 292 |
# File 'lib/aws-sdk-ses/errors.rb', line 290 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_email_address ⇒ String
295 296 297 |
# File 'lib/aws-sdk-ses/errors.rb', line 295 def from_email_address @data[:from_email_address] end |