Class: Aws::Route53GlobalResolver::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ValidationException
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
The input parameters are invalid. Check the parameter values and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that aren't valid.
-
#message ⇒ String
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that aren't valid.
4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4556 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4556 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
4556 4557 4558 4559 4560 4561 4562 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4556 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |