Class: Aws::SNS::Types::EmptyBatchRequestException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


529
530
531
532
533
# File 'lib/aws-sdk-sns/types.rb', line 529

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