Class: Aws::AutoScalingPlans::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AutoScalingPlans::Types::ValidationException
 
 
- Defined in:
 - gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb
 
Overview
An exception was thrown for a validation issue. Review the parameters provided.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1220 1221 1222 1223 1224  | 
    
      # File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 1220 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |