Class: Aws::LakeFormation::Types::PermissionTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::PermissionTypeMismatchException
- Defined in:
- gems/aws-sdk-lakeformation/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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
2794 2795 2796 2797 2798 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2794 class PermissionTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |