Class: Aws::CloudWatch::Errors::MissingRequiredParameterException Deprecated
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudWatch::Errors::MissingRequiredParameterException
 
 
- Defined in:
 - gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/errors.rb
 
Overview
Deprecated. 
  This error class is not used during parsing.
Please use MissingParameter instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ MissingRequiredParameterException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MissingRequiredParameterException.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingRequiredParameterException
Returns a new instance of MissingRequiredParameterException.
      240 241 242  | 
    
      # File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/errors.rb', line 240 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      245 246 247  | 
    
      # File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/errors.rb', line 245 def @message || @data[:message] end  |