Class: Aws::ManagedGrafana::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-managedgrafana/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.
1953 1954 1955 1956 1957 1958 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1953 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that caused the validation error.
1953 1954 1955 1956 1957 1958 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1953 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |