Class: Aws::Route53::Errors::IncompatibleVersion

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IncompatibleVersion.

Parameters:



426
427
428
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 426

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

Instance Method Details

#messageString

Returns:

  • (String)


431
432
433
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 431

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