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.
5191 5192 5193 5194 5195 5196 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 5191 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.
5191 5192 5193 5194 5195 5196 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 5191 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |