Class: Aws::SMS::Types::ServerCannotBeReplicatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ServerCannotBeReplicatedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
The specified server cannot be replicated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-sms/types.rb', line 1559 class ServerCannotBeReplicatedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |