Class: Aws::SMS::Types::ReplicationJobAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ReplicationJobAlreadyExistsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
The specified replication job already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1316 1317 1318 1319 1320 |
# File 'lib/aws-sdk-sms/types.rb', line 1316 class ReplicationJobAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |