Class: Aws::Connect::Errors::InternalServiceException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::Connect::Errors::InternalServiceException
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServiceException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InternalServiceException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
Returns a new instance of InternalServiceException.
| 188 189 190 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 188 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 193 194 195 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 193 def @message || @data[:message] end |