Class: Aws::Route53::Errors::HostedZoneNotEmpty
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::HostedZoneNotEmpty
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HostedZoneNotEmpty
constructor
A new instance of HostedZoneNotEmpty.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HostedZoneNotEmpty
Returns a new instance of HostedZoneNotEmpty.
366 367 368 |
# File 'lib/aws-sdk-route53/errors.rb', line 366 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
371 372 373 |
# File 'lib/aws-sdk-route53/errors.rb', line 371 def @message || @data[:message] end |