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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


16706
16707
16708
16709
16710
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16706

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