Class: Aws::Deadline::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The request isn’t valid. This can occur if your request contains malformed JSON or unsupported characters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
- #message ⇒ String
-
#reason ⇒ String
The reason that the request failed validation.
Instance Attribute Details
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
9398 9399 9400 9401 9402 9403 9404 9405 |
# File 'lib/aws-sdk-deadline/types.rb', line 9398 class ValidationException < Struct.new( :message, :reason, :field_list, :context) SENSITIVE = [] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
9398 9399 9400 9401 9402 9403 9404 9405 |
# File 'lib/aws-sdk-deadline/types.rb', line 9398 class ValidationException < Struct.new( :message, :reason, :field_list, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
9398 9399 9400 9401 9402 9403 9404 9405 |
# File 'lib/aws-sdk-deadline/types.rb', line 9398 class ValidationException < Struct.new( :message, :reason, :field_list, :context) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that the request failed validation.
9398 9399 9400 9401 9402 9403 9404 9405 |
# File 'lib/aws-sdk-deadline/types.rb', line 9398 class ValidationException < Struct.new( :message, :reason, :field_list, :context) SENSITIVE = [] include Aws::Structure end |