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.
4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4963 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4963 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4963 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |