Class: Aws::Route53::Errors::NoSuchCidrCollectionException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::NoSuchCidrCollectionException
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchCidrCollectionException
constructor
A new instance of NoSuchCidrCollectionException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchCidrCollectionException
Returns a new instance of NoSuchCidrCollectionException.
731 732 733 |
# File 'lib/aws-sdk-route53/errors.rb', line 731 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
736 737 738 |
# File 'lib/aws-sdk-route53/errors.rb', line 736 def @message || @data[:message] end |