Class: Aws::Route53RecoveryCluster::Errors::ValidationException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException

Returns a new instance of ValidationException.

Parameters:



205
206
207
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 205

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#fieldsString

Returns:

  • (String)


220
221
222
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 220

def fields
  @data[:fields]
end

#messageString

Returns:

  • (String)


210
211
212
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 210

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


215
216
217
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 215

def reason
  @data[:reason]
end