Class: Aws::Artifact::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::ValidationException
- Defined in:
- gems/aws-sdk-artifact/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.
655 656 657 658 659 660 661 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 655 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
655 656 657 658 659 660 661 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 655 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
655 656 657 658 659 660 661 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 655 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |