Class: Aws::Glue::Types::OperationNotSupportedException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.



16868
16869
16870
16871
16872
# File 'lib/aws-sdk-glue/types.rb', line 16868

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