Class: Aws::Route53RecoveryCluster::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
There was a validation error on the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Information about the validation exception.
-
#name ⇒ String
The field that had the validation exception.
Instance Attribute Details
#message ⇒ String
Information about the validation exception.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 406 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field that had the validation exception.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 406 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |