Class: Aws::Glue::Types::OperationNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::OperationNotSupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The operation is not available in the region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
17624 17625 17626 17627 17628 |
# File 'lib/aws-sdk-glue/types.rb', line 17624 class OperationNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |