Class: Aws::PcaConnectorScep::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PcaConnectorScep::Errors::ThrottlingException
- Defined in:
- 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 185 186 |
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 184 def @message || @data[:message] end |
#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 |