Class: Aws::Route53RecoveryCluster::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
There was a validation error on the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
- #message ⇒ String
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 386 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 386 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 386 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |