Class: Aws::SNS::Types::ReplayLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ReplayLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Indicates that the request parameter has exceeded the maximum number of concurrent message replays.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-sns/types.rb', line 2118 class ReplayLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |