Class: Aws::SNS::Types::BatchRequestTooLongException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::BatchRequestTooLongException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The length of all the batch messages put together is more than the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
80 81 82 83 84 |
# File 'lib/aws-sdk-sns/types.rb', line 80 class BatchRequestTooLongException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |