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.
1127 1128 1129 1130 1131 1132 1133 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1127 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1127 1128 1129 1130 1131 1132 1133 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1127 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the request failed validation.
1127 1128 1129 1130 1131 1132 1133 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1127 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |