Class: Aws::Glue::Types::PermissionTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PermissionTypeMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The operation timed out.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
There is a mismatch between the SupportedPermissionType used in the query request and the permissions defined on the target table.
Instance Attribute Details
#message ⇒ String
There is a mismatch between the SupportedPermissionType used in the query request and the permissions defined on the target table.
18052 18053 18054 18055 18056 |
# File 'lib/aws-sdk-glue/types.rb', line 18052 class PermissionTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |