Class: Aws::Inspector2::Types::ValidationExceptionField

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

Overview

An object that describes a validation exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The validation exception message.

Returns:

  • (String)


9042
9043
9044
9045
9046
9047
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9042

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

#nameString

The name of the validation exception.

Returns:

  • (String)


9042
9043
9044
9045
9046
9047
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9042

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