Class: Aws::SES::Errors::CannotDeleteException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::CannotDeleteException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CannotDeleteException
constructor
A new instance of CannotDeleteException.
- #name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CannotDeleteException
Returns a new instance of CannotDeleteException.
101 102 103 |
# File 'lib/aws-sdk-ses/errors.rb', line 101 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#name ⇒ String
106 107 108 |
# File 'lib/aws-sdk-ses/errors.rb', line 106 def name @data[:name] end |