Class: Aws::Glue::Types::IllegalBlueprintStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::IllegalBlueprintStateException
- 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
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
13769 13770 13771 13772 13773 |
# File 'lib/aws-sdk-glue/types.rb', line 13769 class IllegalBlueprintStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |