Class: Aws::WorkspacesInstances::Types::ValidationExceptionField

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

Overview

Represents a validation error field in an API request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Detailed error message describing the validation issue.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1710

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

#nameString

Name of the field that failed validation.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1710

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

#reasonString

Reason for the validation failure.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1710

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