Class: Aws::CodePipeline::Errors::TooManyTagsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyTagsException.

Parameters:



475
476
477
# File 'lib/aws-sdk-codepipeline/errors.rb', line 475

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

Instance Method Details

#messageString

Returns:

  • (String)


480
481
482
# File 'lib/aws-sdk-codepipeline/errors.rb', line 480

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