Class: Aws::Panorama::Types::ValidationExceptionField

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

Overview

A validation exception field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The field's message.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2931

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

#nameString

The field's name.

Returns:

  • (String)


2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2931

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