Class: Aws::Route53::Errors::HostedZoneNotPrivate
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::HostedZoneNotPrivate
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HostedZoneNotPrivate
constructor
A new instance of HostedZoneNotPrivate.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HostedZoneNotPrivate
Returns a new instance of HostedZoneNotPrivate.
396 397 398 |
# File 'lib/aws-sdk-route53/errors.rb', line 396 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
401 402 403 |
# File 'lib/aws-sdk-route53/errors.rb', line 401 def @message || @data[:message] end |