Class: Aws::Glue::Errors::GlueEncryptionException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::GlueEncryptionException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ GlueEncryptionException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GlueEncryptionException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GlueEncryptionException
Returns a new instance of GlueEncryptionException.
| 342 343 344 | # File 'lib/aws-sdk-glue/errors.rb', line 342 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 347 348 349 | # File 'lib/aws-sdk-glue/errors.rb', line 347 def @message || @data[:message] end |