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
      2116 2117 2118 2119 2120  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 2116 class ReplayLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |