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.
289 290 291 |
# File 'lib/aws-sdk-ses/errors.rb', line 289 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_email_address ⇒ String
294 295 296 |
# File 'lib/aws-sdk-ses/errors.rb', line 294 def from_email_address @data[:from_email_address] end |