Class: Aws::LakeFormation::Errors::StatisticsNotReadyYetException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::StatisticsNotReadyYetException
- Defined in:
- lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatisticsNotReadyYetException
constructor
A new instance of StatisticsNotReadyYetException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatisticsNotReadyYetException
Returns a new instance of StatisticsNotReadyYetException.
240 241 242 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 240 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
245 246 247 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 245 def @message || @data[:message] end |