Class: Aws::Route53::Errors::DelegationSetNotAvailable
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::DelegationSetNotAvailable
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DelegationSetNotAvailable
constructor
A new instance of DelegationSetNotAvailable.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DelegationSetNotAvailable
Returns a new instance of DelegationSetNotAvailable.
276 277 278 |
# File 'lib/aws-sdk-route53/errors.rb', line 276 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
281 282 283 |
# File 'lib/aws-sdk-route53/errors.rb', line 281 def @message || @data[:message] end |