Class: Aws::Route53::Errors::NoSuchCidrLocationException

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) ⇒ NoSuchCidrLocationException

Returns a new instance of NoSuchCidrLocationException.

Parameters:



746
747
748
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 746

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

Instance Method Details

#messageString

Returns:

  • (String)


751
752
753
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 751

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