Class: Aws::PcaConnectorScep::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



179
180
181
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 179

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

Instance Method Details

#messageString

Returns:

  • (String)


184
185
186
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 184

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

#retryable?Boolean

Returns:

  • (Boolean)


188
189
190
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 188

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


192
193
194
# File 'lib/aws-sdk-pcaconnectorscep/errors.rb', line 192

def throttling?
  true
end