Class: Aws::AuditManager::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Indicates that the request has invalid or missing parameters for the field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The body of the error message.
-
#name ⇒ String
The name of the validation error.
Instance Attribute Details
#message ⇒ String
The body of the error message.
4984 4985 4986 4987 4988 4989 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4984 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation error.
4984 4985 4986 4987 4988 4989 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4984 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |