Class: Aws::Proton::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
The input is invalid or an out-of-range value was supplied for the input parameter.
Constant Summary collapse
- SENSITIVE =
 [:message]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6706 6707 6708 6709 6710  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 6706 class ValidationException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end  |