Class: Aws::SMS::Types::ReplicationJobNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ReplicationJobNotFoundException
- Defined in:
- gems/aws-sdk-sms/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
1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1745 class ReplicationJobNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |