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)


7263
7264
7265
7266
7267
7268
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7263

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

#nameString

The name of the validation exception.

Returns:

  • (String)


7263
7264
7265
7266
7267
7268
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7263

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