Class: Aws::Glue::Errors::IllegalBlueprintStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::IllegalBlueprintStateException
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalBlueprintStateException
constructor
A new instance of IllegalBlueprintStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalBlueprintStateException
Returns a new instance of IllegalBlueprintStateException.
364 365 366 |
# File 'lib/aws-sdk-glue/errors.rb', line 364 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
369 370 371 |
# File 'lib/aws-sdk-glue/errors.rb', line 369 def @message || @data[:message] end |