Class: Aws::Glue::Types::PermissionTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PermissionTypeMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13594 13595 13596 13597 13598 |
# File 'lib/aws-sdk-glue/types.rb', line 13594 class PermissionTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |