Class: Aws::ResourceExplorer2::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

A structure that describes a request field with a validation error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the request field that had a validation error.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1488

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

#validation_issueString

The validation error caused by the request field.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1488

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