Class: Aws::AutoScalingPlans::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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