Class: Aws::SQS::Errors::BatchEntryIdsNotDistinct

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BatchEntryIdsNotDistinct.

Parameters:



70
71
72
# File 'lib/aws-sdk-sqs/errors.rb', line 70

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

Instance Method Details

#messageString

Returns:

  • (String)


75
76
77
# File 'lib/aws-sdk-sqs/errors.rb', line 75

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