Class: Aws::SNS::Errors::BatchEntryIdsNotDistinctException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::BatchEntryIdsNotDistinctException
- Defined in:
- lib/aws-sdk-sns/errors.rb
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.
91 92 93 |
# File 'lib/aws-sdk-sns/errors.rb', line 91 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
96 97 98 |
# File 'lib/aws-sdk-sns/errors.rb', line 96 def @message || @data[:message] end |