Class: Aws::SMS::Types::ReplicationRunLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::ReplicationRunLimitExceededException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
You have exceeded the number of on-demand replication runs you can request in a 24-hour period.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1420 1421 1422 1423 1424  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1420 class ReplicationRunLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |