Class: Aws::Kafka::Errors::ControllerMovedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Kafka::Errors::ControllerMovedException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-kafka/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ControllerMovedException
constructor
A new instance of ControllerMovedException.
- #invalid_parameter ⇒ String
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ControllerMovedException
Returns a new instance of ControllerMovedException.
299 300 301 |
# File 'lib/aws-sdk-kafka/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#invalid_parameter ⇒ String
304 |
# File 'lib/aws-sdk-kafka/errors.rb', line 304
def invalid_parameter: () -> ::String
|
#message ⇒ String
309 |
# File 'lib/aws-sdk-kafka/errors.rb', line 309
def message: () -> ::String
|