Class: Aws::AuditManager::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The request has invalid or missing parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
- #message ⇒ String
-
#reason ⇒ String
The reason the request failed validation.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4849 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4849 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
4849 4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4849 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |