Class: Aws::Kafka::Errors::GroupSubscribedToTopicException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Kafka::Errors::GroupSubscribedToTopicException
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GroupSubscribedToTopicException
constructor
A new instance of GroupSubscribedToTopicException.
-
#invalid_parameter ⇒ String
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GroupSubscribedToTopicException
Returns a new instance of GroupSubscribedToTopicException.
359 360 361 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 359 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#invalid_parameter ⇒ String
364 365 366 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 364 def invalid_parameter @data[:invalid_parameter] end |
#message ⇒ String
369 370 371 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/errors.rb', line 369 def @message || @data[:message] end |