Class: Aws::Kafka::Types::ControllerMovedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ControllerMovedException
- Includes:
- Structure
- Defined in:
- 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
4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-kafka/types.rb', line 4612 class ControllerMovedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-kafka/types.rb', line 4612 class ControllerMovedException < Struct.new( :invalid_parameter, :message) SENSITIVE = [] include Aws::Structure end |