Class: Aws::Drs::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
The input fails to satisfy the constraints specified by the AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
- #message ⇒ String
-
#reason ⇒ String
Validation exception reason.
Instance Attribute Details
#code ⇒ String
4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-drs/types.rb', line 4081 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-drs/types.rb', line 4081 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-drs/types.rb', line 4081 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Validation exception reason.
4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-drs/types.rb', line 4081 class ValidationException < Struct.new( :code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |