Class: Aws::ManagedGrafana::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ValidationException
- 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
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that might be associated with the error.
-
#message ⇒ String
A description of the error.
-
#reason ⇒ String
The reason that the operation failed.
Instance Attribute Details
#field_list ⇒ Array<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 |
#message ⇒ String
A description of 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 |
#reason ⇒ String
The reason that the operation failed.
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 |