Class: Aws::Route53RecoveryControlConfig::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
400 response - Multiple causes. For example, you might have a malformed query string and input parameter might be out of range, or you might have used parameters together incorrectly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1398 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |