Class: Aws::SQS::Types::BatchEntryIdsNotDistinct
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::BatchEntryIdsNotDistinct
- Defined in:
- gems/aws-sdk-sqs/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
#message ⇒ String
75 76 77 78 79 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 75 class BatchEntryIdsNotDistinct < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |