Class: Aws::DevOpsGuru::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Contains information about data passed in to a field during a request that is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
An array of fields that are associated with the validation exception.
-
#message ⇒ String
A message that describes the validation exception.
-
#reason ⇒ String
The reason the validation exception was thrown.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
An array of fields that are associated with the validation exception.
4960 4961 4962 4963 4964 4965 4966 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4960 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that describes the validation exception.
4960 4961 4962 4963 4964 4965 4966 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4960 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the validation exception was thrown.
4960 4961 4962 4963 4964 4965 4966 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4960 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |