Class: Aws::SES::Errors::InvalidSnsTopicException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::InvalidSnsTopicException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSnsTopicException
constructor
A new instance of InvalidSnsTopicException.
- #topic ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSnsTopicException
Returns a new instance of InvalidSnsTopicException.
391 392 393 |
# File 'lib/aws-sdk-ses/errors.rb', line 391 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#topic ⇒ String
396 397 398 |
# File 'lib/aws-sdk-ses/errors.rb', line 396 def topic @data[:topic] end |