Class: Aws::SNS::Types::BatchEntryIdsNotDistinctException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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