Class: Aws::SNS::Types::EmptyBatchRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::EmptyBatchRequestException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The batch request doesn’t contain any entries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
528 529 530 531 532 |
# File 'lib/aws-sdk-sns/types.rb', line 528 class EmptyBatchRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |