Class: Aws::SMS::Types::ReplicationJobNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::ReplicationJobNotFoundException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
The specified replication job does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1329 1330 1331 1332 1333  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1329 class ReplicationJobNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |