Class: Aws::Glue::Errors::MLTransformNotReadyException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::MLTransformNotReadyException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ MLTransformNotReadyException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of MLTransformNotReadyException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MLTransformNotReadyException
Returns a new instance of MLTransformNotReadyException.
| 557 558 559 | # File 'lib/aws-sdk-glue/errors.rb', line 557 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 562 563 564 | # File 'lib/aws-sdk-glue/errors.rb', line 562 def @message || @data[:message] end |