Class: Aws::SNS::Errors::BatchEntryIdsNotDistinctException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::BatchEntryIdsNotDistinctException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘BatchEntryIdsNotDistinct` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BatchEntryIdsNotDistinctException
constructor
A new instance of BatchEntryIdsNotDistinctException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BatchEntryIdsNotDistinctException
Returns a new instance of BatchEntryIdsNotDistinctException.
127 128 129 |
# File 'lib/aws-sdk-sns/errors.rb', line 127 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
132 133 134 |
# File 'lib/aws-sdk-sns/errors.rb', line 132 def @message || @data[:message] end |