Class: Aws::PcaConnectorScep::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PcaConnectorScep::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-pcaconnectorscep/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
179 180 181 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 179 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
184 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 184
def message: () -> ::String
|
#retryable? ⇒ Boolean
188 189 190 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 188 def retryable? true end |
#throttling? ⇒ Boolean
192 193 194 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 192 def throttling? true end |