Class: Aws::KafkaConnect::Types::StateDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::StateDescription
- 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
-
#code ⇒ String
A code that describes the state of a resource.
-
#message ⇒ String
A message that describes the state of a resource.
Instance Attribute Details
#code ⇒ String
A code that describes the state of a resource.
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 |
#message ⇒ String
A message that describes the state of a resource.
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 |