Class: Aws::PrometheusService::Types::ValidationExceptionField

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

Overview

Information about a field passed into a request that resulted in an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing why the field caused an exception.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1931

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

#nameString

The name of the field that caused an exception.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1931

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