Class: Aws::LakeFormation::Types::PermissionTypeMismatchException

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

Overview

The engine does not support filtering data based on the enforced permissions. For example, if you call the ‘GetTemporaryGlueTableCredentials` operation with `SupportedPermissionType` equal to `ColumnPermission`, but cell-level permissions exist on the table, this exception is thrown.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


2794
2795
2796
2797
2798
# File 'lib/aws-sdk-lakeformation/types.rb', line 2794

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