Class: Aws::OpsWorks::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Indicates that a request was not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


6085
6086
6087
6088
6089
# File 'lib/aws-sdk-opsworks/types.rb', line 6085

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