Class: Aws::AccessAnalyzer::Types::ValidationExceptionField

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

Overview

Contains information about a validation exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message about the validation exception.

Returns:

  • (String)


4431
4432
4433
4434
4435
4436
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4431

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

#nameString

The name of the validation exception.

Returns:

  • (String)


4431
4432
4433
4434
4435
4436
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4431

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