Class: Aws::SMS::Types::ServerCannotBeReplicatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ServerCannotBeReplicatedException
- Defined in:
- gems/aws-sdk-sms/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
2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 2020 class ServerCannotBeReplicatedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |