Class: Aws::SMS::Types::ServerCannotBeReplicatedException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1559
1560
1561
1562
1563
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1559

class ServerCannotBeReplicatedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end