Class: Aws::PrometheusService::Types::ValidationExceptionField
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::ValidationExceptionField
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Information about a field passed into a request that resulted in an exception.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message describing why the field caused an exception.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the field that caused an exception.
 
Instance Attribute Details
#message ⇒ String
A message describing why the field caused an exception.
      1931 1932 1933 1934 1935 1936  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1931 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the field that caused an exception.
      1931 1932 1933 1934 1935 1936  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1931 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end  |