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