Class: Aws::LookoutEquipment::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::ValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that’s being utilized.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      4544 4545 4546 4547 4548  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4544 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |