Class: Aws::AppConfigData::Types::InvalidParameterDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppConfigData::Types::InvalidParameterDetail
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfigdata/types.rb
Overview
Information about an invalid parameter.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #problem  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason the parameter is invalid. 
Instance Attribute Details
#problem ⇒ String
The reason the parameter is invalid.
| 147 148 149 150 151 | # File 'lib/aws-sdk-appconfigdata/types.rb', line 147 class InvalidParameterDetail < Struct.new( :problem) SENSITIVE = [] include Aws::Structure end |