Class: Aws::Kafka::Types::ControllerMovedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ControllerMovedException
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Returns information about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invalid_parameter ⇒ String
4649 4650 4651 4652 4653 4654 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4649 class ControllerMovedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4649 4650 4651 4652 4653 4654 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4649 class ControllerMovedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |