Class: Aws::AccessAnalyzer::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Validation exception error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that didn’t validate.
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that didn’t validate.
4411 4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4411 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4411 4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4411 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
4411 4412 4413 4414 4415 4416 4417 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4411 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |