Method: Aws::Panorama::Types::ValidationExceptionField#name

Defined in:
lib/aws-sdk-panorama/types.rb

#nameString

The field’s name.

Returns:

  • (String)


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

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