Class: Aws::SNS::Types::TooManyEntriesInBatchRequestException

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

Overview

The batch request contains more entries than permissible.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2991
2992
2993
2994
2995
# File 'lib/aws-sdk-sns/types.rb', line 2991

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