Class: Aws::VPCLattice::Types::ValidationExceptionField

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

Overview

Describes a validation failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Additional information about why the validation failed.

Returns:

  • (String)


3914
3915
3916
3917
3918
3919
# File 'lib/aws-sdk-vpclattice/types.rb', line 3914

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

#nameString

The name of the validation exception.

Returns:

  • (String)


3914
3915
3916
3917
3918
3919
# File 'lib/aws-sdk-vpclattice/types.rb', line 3914

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