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)


3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3514

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

#messageString

Message that describes the state of the replicator.

Returns:

  • (String)


3514
3515
3516
3517
3518
3519
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3514

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