Class: Aws::AgentRegistry::Types::ValidationExceptionField

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

Overview

Describes a single input field that failed validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of why the field failed validation.

Returns:

  • (String)


723
724
725
726
727
728
# File 'lib/aws-sdk-agentregistry/types.rb', line 723

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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


723
724
725
726
727
728
# File 'lib/aws-sdk-agentregistry/types.rb', line 723

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