Class: Aws::Artifact::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-artifact/types.rb
Overview
Request fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
- #message ⇒ String
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-artifact/types.rb', line 694 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-artifact/types.rb', line 694 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
694 695 696 697 698 699 700 |
# File 'lib/aws-sdk-artifact/types.rb', line 694 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |