Class: Aws::Repostspace::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ValidationException
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
The input 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
The reason why the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 756 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 756 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the request failed validation.
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 756 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |