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)


6112
6113
6114
6115
6116
# File 'lib/aws-sdk-opsworks/types.rb', line 6112

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