Class: Aws::ManagedGrafana::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ValidationExceptionField
- 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
-
#message ⇒ String
A message describing why this field couldn’t be validated.
-
#name ⇒ String
The name of the field that caused the validation error.
Instance Attribute Details
#message ⇒ String
A message describing why this field couldn’t be validated.
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 |
#name ⇒ String
The name of the field that caused the validation error.
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 |