Class: Aws::Glue::Types::PermissionTypeMismatchException

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

Overview

The operation timed out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

There is a mismatch between the SupportedPermissionType used in the query request and the permissions defined on the target table.

Returns:

  • (String)


21230
21231
21232
21233
21234
# File 'lib/aws-sdk-glue/types.rb', line 21230

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