Class: Aws::Route53RecoveryCluster::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53RecoveryCluster::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
-
#retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
185 186 187 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 185 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
190 191 192 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 190 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
195 196 197 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/errors.rb', line 195 def retry_after_seconds @data[:retry_after_seconds] end |