Class: Aws::Route53::Errors::VPCAssociationAuthorizationNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53::Errors::VPCAssociationAuthorizationNotFound
- Defined in:
- lib/aws-sdk-route53/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VPCAssociationAuthorizationNotFound
constructor
A new instance of VPCAssociationAuthorizationNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VPCAssociationAuthorizationNotFound
Returns a new instance of VPCAssociationAuthorizationNotFound.
1121 1122 1123 |
# File 'lib/aws-sdk-route53/errors.rb', line 1121 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1126 1127 1128 |
# File 'lib/aws-sdk-route53/errors.rb', line 1126 def @message || @data[:message] end |