Class: Aws::Route53::Errors::TooManyHostedZones

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

Returns a new instance of TooManyHostedZones.

Parameters:



986
987
988
# File 'lib/aws-sdk-route53/errors.rb', line 986

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String