Class: Aws::Route53::Errors::VPCAssociationAuthorizationNotFound

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VPCAssociationAuthorizationNotFound

Returns a new instance of VPCAssociationAuthorizationNotFound.

Parameters:



1121
1122
1123
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 1121

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


1126
1127
1128
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 1126

def message
  @message || @data[:message]
end