Class: Aws::PrometheusService::Types::ValidationException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PrometheusService::Types::ValidationException
 
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #field_list  ⇒ Array<Types::ValidationExceptionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The field that caused the error, if applicable. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the error. 
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Reason the request failed validation. 
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
| 3132 3133 3134 3135 3136 3137 3138 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 3132 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
Description of the error.
| 3132 3133 3134 3135 3136 3137 3138 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 3132 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end | 
#reason ⇒ String
Reason the request failed validation.
| 3132 3133 3134 3135 3136 3137 3138 | # File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 3132 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |