Class: Aws::Glue::Errors::OperationNotSupportedException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::OperationNotSupportedException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ OperationNotSupportedException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of OperationNotSupportedException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotSupportedException
Returns a new instance of OperationNotSupportedException.
| 587 588 589 | # File 'lib/aws-sdk-glue/errors.rb', line 587 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 592 593 594 | # File 'lib/aws-sdk-glue/errors.rb', line 592 def @message || @data[:message] end |