Class: Aws::SNS::Errors::OptedOutException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SNS::Errors::OptedOutException
- Defined in:
- lib/aws-sdk-sns/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use OptedOut instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OptedOutException
constructor
A new instance of OptedOutException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OptedOutException
Returns a new instance of OptedOutException.
447 448 449 |
# File 'lib/aws-sdk-sns/errors.rb', line 447 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
452 |
# File 'lib/aws-sdk-sns/errors.rb', line 452
def message: () -> ::String
|