Class: Aws::OpsWorksCM::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

One or more of the provided request parameters are not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error or informational message that can contain more detail about a validation failure.

Returns:

  • (String)


1578
1579
1580
1581
1582
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1578

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