Class: Pay::AwsMarketplace::UpdateError

Inherits:
Error
  • Object
show all
Defined in:
lib/pay/aws_marketplace.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "AWS Marketplace agreements can only be changed manually at https://aws.amazon.com/marketplace") ⇒ UpdateError

Returns a new instance of UpdateError.



28
29
30
# File 'lib/pay/aws_marketplace.rb', line 28

def initialize(msg = "AWS Marketplace agreements can only be changed manually at https://aws.amazon.com/marketplace")
  super
end