Class: Aws::WAF::Errors::WAFStaleDataException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-waf/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WAFStaleDataException.

Parameters:



301
302
303
# File 'lib/aws-sdk-waf/errors.rb', line 301

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

Instance Method Details

#messageString

Returns:

  • (String)


306
# File 'lib/aws-sdk-waf/errors.rb', line 306

def message: () -> ::String