Class: Aws::Proton::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/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

#messageString

Returns:

  • (String)


6706
6707
6708
6709
6710
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6706

class ValidationException < Struct.new(
  :message)
  SENSITIVE = [:message]
  include Aws::Structure
end