class Aws::ServiceCatalog::Errors::TagOptionNotMigratedException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::ServiceCatalog::Types::TagOptionNotMigratedException] data

Calls superclass method
# File lib/aws-sdk-servicecatalog/errors.rb, line 120
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end