Class: Aws::SNS::Errors::InvalidBatchEntryIdException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-sns/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidBatchEntryIdException

Returns a new instance of InvalidBatchEntryIdException.

Parameters:



196
197
198
# File 'lib/aws-sdk-sns/errors.rb', line 196

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


201
202
203
# File 'lib/aws-sdk-sns/errors.rb', line 201

def message
  @message || @data[:message]
end