Class: Aws::Kafka::Types::ChannelStateInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ChannelStateInfo
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Additional context for the current channel state, populated when the channel is in FAILED.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A short, machine-readable code identifying the failure cause.
-
#message ⇒ String
A human-readable message describing the failure.
Instance Attribute Details
#code ⇒ String
A short, machine-readable code identifying the failure cause.
350 351 352 353 354 355 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 350 class ChannelStateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the failure.
350 351 352 353 354 355 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 350 class ChannelStateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |