Class: Aws::SQS::Types::BatchEntryIdsNotDistinct

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

Two or more batch entries in the request have the same ‘Id`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

class BatchEntryIdsNotDistinct < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end