Class: Aws::DevOpsAgent::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/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.
5143 5144 5145 5146 5147 5148 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 5143 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.
5143 5144 5145 5146 5147 5148 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 5143 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |