Class: Aws::SNS::Types::TooManyEntriesInBatchRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::TooManyEntriesInBatchRequestException
- 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
#message ⇒ String
2990 2991 2992 2993 2994 |
# File 'lib/aws-sdk-sns/types.rb', line 2990 class TooManyEntriesInBatchRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |