Class: Aws::AccessAnalyzer::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the validation exception.
-
#name ⇒ String
The name of the validation exception.
Instance Attribute Details
#message ⇒ String
A message about the validation exception.
4762 4763 4764 4765 4766 4767 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4762 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
4762 4763 4764 4765 4766 4767 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4762 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |