Class: Aws::SNS::Types::InvalidBatchEntryIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::InvalidBatchEntryIdException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The ‘Id` of a batch entry in a batch request doesn’t abide by the specification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1001 1002 1003 1004 1005 |
# File 'lib/aws-sdk-sns/types.rb', line 1001 class InvalidBatchEntryIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |