Class: Aws::Deadline::Types::ValidationExceptionField

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

Overview

The details of a validation exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message for the validation exception.

Returns:

  • (String)


9419
9420
9421
9422
9423
9424
# File 'lib/aws-sdk-deadline/types.rb', line 9419

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

#nameString

The name of the validation exception.

Returns:

  • (String)


9419
9420
9421
9422
9423
9424
# File 'lib/aws-sdk-deadline/types.rb', line 9419

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