Class: Aws::ManagedGrafana::Types::ValidationException

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

Overview

The value of a parameter in the request caused an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

A list of fields that might be associated with the error.



1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1926

class ValidationException < Struct.new(
  :field_list,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A description of the error.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1926

class ValidationException < Struct.new(
  :field_list,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason that the operation failed.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1926

class ValidationException < Struct.new(
  :field_list,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end