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.
546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-artifact/types.rb', line 546 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-artifact/types.rb', line 546 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
546 547 548 549 550 551 552 |
# File 'lib/aws-sdk-artifact/types.rb', line 546 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |