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
CUSTOMand 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.
2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2813 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2813 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason or cause of the validation error.
2813 2814 2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 2813 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |