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
10925 10926 10927 10928 10929 |
# File 'lib/aws-sdk-glue/types.rb', line 10925 class IllegalBlueprintStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |