Class: Aws::SSOOIDC::Errors::InvalidScopeException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSOOIDC::Errors::InvalidScopeException
 
- Defined in:
- lib/aws-sdk-ssooidc/errors.rb
Instance Method Summary collapse
- #error ⇒ String
- #error_description ⇒ String
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidScopeException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InvalidScopeException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidScopeException
Returns a new instance of InvalidScopeException.
| 266 267 268 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 266 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#error ⇒ String
| 271 272 273 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 271 def error @data[:error] end | 
#error_description ⇒ String
| 276 277 278 | # File 'lib/aws-sdk-ssooidc/errors.rb', line 276 def error_description @data[:error_description] end |