Class: Aws::Route53::Errors::VPCAssociationNotFound

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VPCAssociationNotFound.

Parameters:



1136
1137
1138
# File 'lib/aws-sdk-route53/errors.rb', line 1136

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

Instance Method Details

#messageString

Returns:

  • (String)


1141
1142
1143
# File 'lib/aws-sdk-route53/errors.rb', line 1141

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