Class: Aws::Route53::Errors::CidrBlockInUseException

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) ⇒ CidrBlockInUseException

Returns a new instance of CidrBlockInUseException.

Parameters:



111
112
113
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 111

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

Instance Method Details

#messageString

Returns:

  • (String)


116
117
118
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/errors.rb', line 116

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