Class: Aws::KafkaConnect::Types::StateDescription

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

Overview

Details about the state of a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A code that describes the state of a resource.

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1760

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

#messageString

A message that describes the state of a resource.

Returns:

  • (String)


1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1760

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