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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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:



492
493
494
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 492

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

Instance Method Details

#messageString

Returns:

  • (String)


497
498
499
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/errors.rb', line 497

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