Class: Aws::Kafka::Types::ReplicationStateInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Details about the state of a replicator

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Code that describes the current state of the replicator.

Returns:

  • (String)


3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3469

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

#messageString

Message that describes the state of the replicator.

Returns:

  • (String)


3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3469

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