Class: Aws::SSOOIDC::Errors::InternalServerException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSOOIDC::Errors::InternalServerException
 
- Defined in:
- lib/aws-sdk-ssooidc/errors.rb
Instance Method Summary collapse
- #error ⇒ String
- #error_description ⇒ String
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServerException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InternalServerException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
| 116 117 118 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#error ⇒ String
| 121 122 123 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 121 def error @data[:error] end | 
#error_description ⇒ String
| 126 127 128 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 126 def error_description @data[:error_description] end |