Class: Aws::SES::Errors::FromEmailAddressNotVerifiedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::FromEmailAddressNotVerifiedException
- Defined in:
- lib/aws-sdk-ses/errors.rb
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.
241 242 243 |
# File 'lib/aws-sdk-ses/errors.rb', line 241 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#from_email_address ⇒ String
246 247 248 |
# File 'lib/aws-sdk-ses/errors.rb', line 246 def from_email_address @data[:from_email_address] end |