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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/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)


1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1799

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

#nameString

The name of the field that caused an exception.

Returns:

  • (String)


1799
1800
1801
1802
1803
1804
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1799

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