Class: Aws::Kafka::Errors::GroupSubscribedToTopicException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GroupSubscribedToTopicException

Returns a new instance of GroupSubscribedToTopicException.

Parameters:



359
360
361
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 359

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#invalid_parameterString

Returns:

  • (String)


364
365
366
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 364

def invalid_parameter
  @data[:invalid_parameter]
end

#messageString

Returns:

  • (String)


369
370
371
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 369

def message
  @message || @data[:message]
end