Class: Aws::SecurityAgent::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Describes one specific validation failure for an input member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed description of the validation failure.
-
#path ⇒ String
A JSONPointer expression to the structure member whose value failed to satisfy the modeled constraints.
Instance Attribute Details
#message ⇒ String
A detailed description of the validation failure.
4101 4102 4103 4104 4105 4106 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4101 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
A JSONPointer expression to the structure member whose value failed to satisfy the modeled constraints.
4101 4102 4103 4104 4105 4106 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4101 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |