Class: Aws::LakeFormation::Types::WorkUnitsNotReadyYetException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Contains details about an error related to work units not being ready.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


4063
4064
4065
4066
4067
# File 'lib/aws-sdk-lakeformation/types.rb', line 4063

class WorkUnitsNotReadyYetException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end