Class: Aws::Glue::Types::PermissionTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PermissionTypeMismatchException
- 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
-
#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.
20305 20306 20307 20308 20309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20305 class PermissionTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |