Class: Aws::Kafka::Types::StateInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::StateInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Contains information about the state of the Amazon MSK cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
If the cluster is in an unusable state, this field contains the code that describes the issue.
-
#message ⇒ String
If the cluster is in an unusable state, this field contains a message that describes the issue.
Instance Attribute Details
#code ⇒ String
If the cluster is in an unusable state, this field contains the code that describes the issue.
3685 3686 3687 3688 3689 3690 |
# File 'lib/aws-sdk-kafka/types.rb', line 3685 class StateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
If the cluster is in an unusable state, this field contains a message that describes the issue.
3685 3686 3687 3688 3689 3690 |
# File 'lib/aws-sdk-kafka/types.rb', line 3685 class StateInfo < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |