Class: Aws::Route53RecoveryCluster::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields that caused the error, if applicable



386
387
388
389
390
391
392
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 386

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


386
387
388
389
390
391
392
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 386

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Reason the request failed validation

Returns:

  • (String)


386
387
388
389
390
391
392
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 386

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end