Class: Aws::Glue::Types::IllegalBlueprintStateException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The blueprint is in an invalid state to perform a requested operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


12790
12791
12792
12793
12794
# File 'lib/aws-sdk-glue/types.rb', line 12790

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