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.
4870 4871 4872 4873 4874 4875 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4870 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation error.
4870 4871 4872 4873 4874 4875 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4870 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |