Class: Aws::CloudControlApi::Errors::UnsupportedActionException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudControlApi::Errors::UnsupportedActionException
 
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UnsupportedActionException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UnsupportedActionException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedActionException
Returns a new instance of UnsupportedActionException.
      363 364 365  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 363 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      368 369 370  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 368 def @message || @data[:message] end  |