Class: Aws::Glue::Errors::ConflictException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Glue::Errors::ConflictException
 
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ConflictException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ConflictException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
| 207 208 209 | # File 'lib/aws-sdk-glue/errors.rb', line 207 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 212 213 214 | # File 'lib/aws-sdk-glue/errors.rb', line 212 def @message || @data[:message] end |