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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-kafka/types.rb', line 3498

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

#messageString

Message that describes the state of the replicator.

Returns:

  • (String)


3498
3499
3500
3501
3502
3503
# File 'lib/aws-sdk-kafka/types.rb', line 3498

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