Class: Aws::AuditManager::Types::ValidationException

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

Overview

The request has invalid or missing parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields that caused the error, if applicable.



5354
5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-auditmanager/types.rb', line 5354

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

#messageString

Returns:

  • (String)


5354
5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-auditmanager/types.rb', line 5354

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

#reasonString

The reason the request failed validation.

Returns:

  • (String)


5354
5355
5356
5357
5358
5359
5360
# File 'lib/aws-sdk-auditmanager/types.rb', line 5354

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