Class: Aws::LakeFormation::Types::StatisticsNotReadyYetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::StatisticsNotReadyYetException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Contains details about an error related to statistics not being ready.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
3426 3427 3428 3429 3430 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3426 class StatisticsNotReadyYetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |