Class: Aws::DirectoryServiceData::Types::ValidationException

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

Overview

The request isn’t valid. Review the details in the error message to update the invalid parameters or values in your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1735

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

#reasonString

Reason the request failed validation.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1735

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