Class: Aws::ManagedGrafana::Types::ValidationExceptionField

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

Overview

A structure that contains information about a request parameter that caused an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing why this field couldn’t be validated.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1947

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

#nameString

The name of the field that caused the validation error.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1947

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