You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::ValidationMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticBeanstalk::Types::ValidationMessage
 
- Defined in:
- (unknown)
Overview
An error or warning for a desired configuration option value.
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message describing the error or warning. 
- 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The namespace to which the option belongs. 
- 
  
    
      #option_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the option. 
- 
  
    
      #severity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An indication of the severity of this message:. 
Instance Attribute Details
#message ⇒ String
A message describing the error or warning.
#namespace ⇒ String
The namespace to which the option belongs.
#option_name ⇒ String
The name of the option.
#severity ⇒ String
An indication of the severity of this message:
- error: This message indicates that this is not a valid setting for an option.
- warning: This message is providing information you should take into account.- Possible values: - error
- warning