Class: Aws::Route53::Errors::NoSuchGeoLocation

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NoSuchGeoLocation.

Parameters:



791
792
793
# File 'lib/aws-sdk-route53/errors.rb', line 791

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

Instance Method Details

#messageString

Returns:

  • (String)


796
# File 'lib/aws-sdk-route53/errors.rb', line 796

def message: () -> ::String