Class: Aws::SNS::Types::BatchEntryIdsNotDistinctException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::BatchEntryIdsNotDistinctException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/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
66 67 68 69 70 |
# File 'lib/aws-sdk-sns/types.rb', line 66 class BatchEntryIdsNotDistinctException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |