Class: Aws::Route53RecoveryCluster::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Route53RecoveryCluster::Errors::ValidationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-route53recoverycluster/errors.rb
Instance Method Summary collapse
- #fields ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
205 206 207 |
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 205 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#fields ⇒ String
220 |
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 220
def fields: () -> ::String
|
#message ⇒ String
210 |
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 210
def message: () -> ::String
|
#reason ⇒ String
215 |
# File 'lib/aws-sdk-route53recoverycluster/errors.rb', line 215
def reason: () -> ::String
|