Class: Aws::PCS::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ValidationException
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
The request isn't valid.
Examples
Your request contains malformed JSON or unsupported characters.
The scheduler version isn't supported.
There are networking related errors, such as network validation failure.
AMI type is
CUSTOM
and the launch template doesn't define the AMI ID, or the AMI type is AL2 and the launch template defines the AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields or properties that failed validation.
-
#message ⇒ String
-
#reason ⇒ String
The specific reason or cause of the validation error.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields or properties that failed validation.
2121 2122 2123 2124 2125 2126 2127 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2121 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2121 2122 2123 2124 2125 2126 2127 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2121 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason or cause of the validation error.
2121 2122 2123 2124 2125 2126 2127 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2121 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |