Class: Aws::SQS::Types::EmptyBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::EmptyBatchRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
The batch request doesn’t contain any entries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
668 669 670 671 672 |
# File 'lib/aws-sdk-sqs/types.rb', line 668 class EmptyBatchRequest < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |