Class: Aws::SSM::Types::ValidationException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::ValidationException
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The request isn't valid. Verify that you entered valid contents for the command and try again.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #reason_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason code for the invalid request. 
Instance Attribute Details
#message ⇒ String
| 21100 21101 21102 21103 21104 21105 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 21100 class ValidationException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end | 
#reason_code ⇒ String
The reason code for the invalid request.
| 21100 21101 21102 21103 21104 21105 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 21100 class ValidationException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end |