Class: Aws::Route53::Errors::DelegationSetNotReusable
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::DelegationSetNotReusable
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DelegationSetNotReusable
constructor
A new instance of DelegationSetNotReusable.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DelegationSetNotReusable
Returns a new instance of DelegationSetNotReusable.
291 292 293 |
# File 'lib/aws-sdk-route53/errors.rb', line 291 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
296 297 298 |
# File 'lib/aws-sdk-route53/errors.rb', line 296 def @message || @data[:message] end |